From f256cec3905f70689fbad89c2a0883b80d06dd03 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Tue, 13 Mar 2018 23:54:42 -0400 Subject: Added Get-MachineAccountCreator for checking ms-DS-CreatorSID --- Powermad.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Powermad.psm1') 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 -- cgit v1.2.3