diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2022-09-20 22:10:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 22:10:57 -0400 |
commit | dbb6230244df9a2e19e879b5c3f7b141e6c36bcd (patch) | |
tree | eb05b92dcdc9a4131823fbe4f953add26f6ff040 | |
parent | d88164e7f1431bbf737d31ae5f4b9aa3853ffa0f (diff) | |
parent | 86c8410695cd0e067401c5b19b14149f2aaf2010 (diff) | |
download | Powermad-dbb6230244df9a2e19e879b5c3f7b141e6c36bcd.tar.gz Powermad-dbb6230244df9a2e19e879b5c3f7b141e6c36bcd.zip |
Merge pull request #10 from kontr0x/codespace-ab5b
Removed duplicate word and fixed misspelling
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -25,7 +25,7 @@ This function can return values populated in a machine account attribute. ##### Example: -* Get a the value of 'description' from a machine account names 'test'. +* Get the value of 'description' from a machine account names 'test'. `Get-MachineAccountAttribute -MachineAccount test -Attribute discription` ### Get-MachineAccountCreator @@ -57,7 +57,7 @@ This function can enable a machine account that was disabled through Disable-Mac ### New-MachineAccount -This function can can add a new machine account directly through an LDAP add request to a domain controller and not by impacting the host system’s attachment status to Active Directory. +This function can add a new machine account directly through an LDAP add request to a domain controller and not by impacting the host system’s attachment status to Active Directory. The LDAP add request is modeled after the add request used when joining a system to a domain. The following (mostly validated by the DC) attributes are set: @@ -120,7 +120,7 @@ Here is a list of some of the usual write access enabled attributes: ### Invoke-AgentSmith -This function leverages New-MachineAccount to recursively create as as many machine accounts as possible from a single unprivileged account through MachineAccountQuota. See the following blog post for details: +This function leverages New-MachineAccount to recursively create as many machine accounts as possible from a single unprivileged account through MachineAccountQuota. See the following blog post for details: * https://blog.netspi.com/machineaccountquota-transitive-quota @@ -254,7 +254,7 @@ This function can remove a DNS node. ##### Example: -* Removes a a wildcard node. +* Removes a wildcard node. `Remove-ADIDNSNode -Node *` ### Revoke-ADIDNSPermission @@ -268,7 +268,7 @@ This function removes an ACE to a DNS node or zone DACL. ### Set-ADIDNSNodeAttribute -This function can append, populate, or overwite values in a DNS node attribute. +This function can append, populate, or overwrite values in a DNS node attribute. ##### Example: @@ -277,7 +277,7 @@ This function can append, populate, or overwite values in a DNS node attribute. ### Set-ADIDNSNodeOwner -This function can sets the owner of a DNS Node. Note that a token with SeRestorePrivilege is required. +This function can set the owner of a DNS Node. Note that a token with SeRestorePrivilege is required. ##### Example: |