aboutsummaryrefslogtreecommitdiff
path: root/Powermad.ps1
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09remove check for $Zone in Remove-MachineAccount as it is not required0xe71-2/+2
2019-08-29Added Invoke-AgentSmith functionKevin Robertson1-20/+206
Added the Invoke-AgentSmith function for exceeding the MachineAccountQuota limit through transitive accounts.
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 Robertson1-20/+36
2018-07-18Added Get-ADIDNSZoneKevin Robertson1-70/+394
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 Robertson1-28/+28
Added 'System' to the accepted values for the Partition parameter.
2018-07-10ADIDNS functions, pscredential, nonsecure dynamic updatesKevin Robertson1-0/+3944
Added functions for performing ADIDNS spoofing. All LDAP functions now accept a pscredential object. Added nonsecure dynamic updates functionality to Invoke-DNSupdate.