diff --git a/organizationalunits.ps1 b/organizationalunits.ps1 index 25c3d82..d03cfbd 100644 --- a/organizationalunits.ps1 +++ b/organizationalunits.ps1 @@ -31,3 +31,4 @@ 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 "" +this sucks