aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10Merge pull request #12 from 0xe7/mastermasterKevin Robertson1-2/+2
remove check for $Zone in Remove-MachineAccount as it is not required
2023-01-09remove check for $Zone in Remove-MachineAccount as it is not required0xe71-2/+2
2022-09-20Merge pull request #10 from kontr0x/codespace-ab5bKevin Robertson1-6/+6
Removed duplicate word and fixed misspelling
2022-09-20Removed duplicate word and fixed misspellingMax1-6/+6
2021-01-30Update README.mdKevin Robertson1-10/+10
2019-08-29Added Invoke-AgentSmith functionKevin Robertson2-20/+212
Added the Invoke-AgentSmith function for exceeding the MachineAccountQuota limit through transitive accounts.
2019-07-31Update README.mdKevin Robertson1-1/+3
2018-07-31ADIDNS forest and non-domain fixesKevin Robertson1-14/+24
Did some forest testing and noticed that the objectCategory node attribute required the parent domain instead of the targeted child domain. Added a Forest parameter to New-ADIDNSNode for controlling objectCategory. Fixed a bug that was causing [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain() to run on non-domain attached systems with New-ADIDNSNode and Enable-ADIDNSNode.
2018-07-21output fixKevin Robertson1-2/+2
2018-07-21Added append option to Set-MachineAccountAttribute, bug fixesKevin Robertson2-21/+37
2018-07-18Added Get-ADIDNSZoneKevin Robertson2-71/+403
Added a function that will return the distinguished name for zones stored in AD. This should help to determine the correct partition to use. Fixed some bugs.
2018-07-17Added better support for legacy ADIDNS zone locationKevin Robertson2-30/+31
Added 'System' to the accepted values for the Partition parameter.
2018-07-10Added blog to readmeKevin Robertson1-0/+3
2018-07-10ADIDNS functions, pscredential, nonsecure dynamic updatesKevin Robertson10-1219/+4978
Added functions for performing ADIDNS spoofing. All LDAP functions now accept a pscredential object. Added nonsecure dynamic updates functionality to Invoke-DNSupdate.
2017-12-03Realm parameter and formatting fixesKevin Robertson2-19/+30
2017-09-07Readme fixKevin Robertson1-1/+1
2017-09-07Readme fixKevin Robertson1-3/+3
2017-09-07Readme updateKevin Robertson1-0/+3
2017-09-07Readme updateKevin Robertson1-12/+20
2017-09-07Readme updateKevin Robertson1-1/+21
2017-09-06Initial commitKevin Robertson11-2/+2052
2017-09-05Initial commitKevin Robertson2-0/+31