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