From 3e6862fbbf5ee479e9a1d5ef7abb6b530dfbf303 Mon Sep 17 00:00:00 2001 From: jmagness <48852516+jmagness@users.noreply.github.com> Date: Sun, 31 Mar 2019 23:27:20 -1000 Subject: [PATCH] update update --- organizationalunits.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/organizationalunits.ps1 b/organizationalunits.ps1 index 25c3d82..11b7219 100644 --- a/organizationalunits.ps1 +++ b/organizationalunits.ps1 @@ -31,3 +31,5 @@ New-ADGroup -GroupCategory Security -GroupScope Global -Name IT -Path "OU=ST_Gro New-ADGroup -GroupCategory Security -GroupScope Global -Name Leadership -Path "OU=ST_Groups,DC=AD,DC=sparky-tech,DC=com" Write-Host -ForegroundColor yellow "Done creating groups" Write-Host -ForegroundColor yellow "" + +update