Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-10 | Merge pull request #12 from 0xe7/mastermaster | Kevin Robertson | 1 | -2/+2 | |
remove check for $Zone in Remove-MachineAccount as it is not required | |||||
2023-01-09 | remove check for $Zone in Remove-MachineAccount as it is not required | 0xe7 | 1 | -2/+2 | |
2022-09-20 | Merge pull request #10 from kontr0x/codespace-ab5b | Kevin Robertson | 1 | -6/+6 | |
Removed duplicate word and fixed misspelling | |||||
2022-09-20 | Removed duplicate word and fixed misspelling | Max | 1 | -6/+6 | |
2021-01-30 | Update README.md | Kevin Robertson | 1 | -10/+10 | |
2019-08-29 | Added Invoke-AgentSmith function | Kevin Robertson | 2 | -20/+212 | |
Added the Invoke-AgentSmith function for exceeding the MachineAccountQuota limit through transitive accounts. | |||||
2019-07-31 | Update README.md | Kevin Robertson | 1 | -1/+3 | |
2018-07-31 | ADIDNS forest and non-domain fixes | Kevin Robertson | 1 | -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-21 | output fix | Kevin Robertson | 1 | -2/+2 | |
2018-07-21 | Added append option to Set-MachineAccountAttribute, bug fixes | Kevin Robertson | 2 | -21/+37 | |
2018-07-18 | Added Get-ADIDNSZone | Kevin Robertson | 2 | -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-17 | Added better support for legacy ADIDNS zone location | Kevin Robertson | 2 | -30/+31 | |
Added 'System' to the accepted values for the Partition parameter. | |||||
2018-07-10 | Added blog to readme | Kevin Robertson | 1 | -0/+3 | |
2018-07-10 | ADIDNS functions, pscredential, nonsecure dynamic updates | Kevin Robertson | 10 | -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-03 | Realm parameter and formatting fixes | Kevin Robertson | 2 | -19/+30 | |
2017-09-07 | Readme fix | Kevin Robertson | 1 | -1/+1 | |
2017-09-07 | Readme fix | Kevin Robertson | 1 | -3/+3 | |
2017-09-07 | Readme update | Kevin Robertson | 1 | -0/+3 | |
2017-09-07 | Readme update | Kevin Robertson | 1 | -12/+20 | |
2017-09-07 | Readme update | Kevin Robertson | 1 | -1/+21 | |
2017-09-06 | Initial commit | Kevin Robertson | 11 | -2/+2052 | |
2017-09-05 | Initial commit | Kevin Robertson | 2 | -0/+31 | |