From 86c8410695cd0e067401c5b19b14149f2aaf2010 Mon Sep 17 00:00:00 2001 From: Max <55395652+kontr0x@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:06:25 +0000 Subject: Removed duplicate word and fixed misspelling --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4a812be..910e70d 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3