diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-03-13 23:54:42 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-03-13 23:54:42 -0400 |
commit | f256cec3905f70689fbad89c2a0883b80d06dd03 (patch) | |
tree | 7716205b9f142403d0b9315566888e969c45c974 /Powermad.psm1 | |
parent | dbcbf9a20768154524e663a89d0ecc6666bbb234 (diff) | |
download | Powermad-f256cec3905f70689fbad89c2a0883b80d06dd03.tar.gz Powermad-f256cec3905f70689fbad89c2a0883b80d06dd03.zip |
Added Get-MachineAccountCreator for checking ms-DS-CreatorSID
Diffstat (limited to 'Powermad.psm1')
-rw-r--r-- | Powermad.psm1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Powermad.psm1 b/Powermad.psm1 index 2dd5646..deab1d8 100644 --- a/Powermad.psm1 +++ b/Powermad.psm1 @@ -9,4 +9,4 @@ Import-Module $PWD\New-MachineAccount.ps1 Import-Module $PWD\Disable-MachineAccount.ps1 Import-Module $PWD\Set-MachineAccountAttribute.ps1 Import-Module $PWD\Get-MachineAccountAttribute.ps1 -Import-Module $PWD\Get-KerberosAESKey.ps1
\ No newline at end of file +Import-Module $PWD\Get-MachineAccountCreator.ps1
\ No newline at end of file |