aboutsummaryrefslogtreecommitdiff
path: root/Powermad.ps1
AgeCommit message (Collapse)AuthorFilesLines
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.