Skip to content

Commit

Permalink
Typo error. missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
vreguibar committed Jun 4, 2024
1 parent 7260788 commit ffd291a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/New-CentralItOU.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
# DNS Administrators
$DnsAdmins = Get-AdGroup -Identity 'DnsAdmins'
# Protected Users
$ProtectedUsers = Get-AdGroup -Identity'Protected Users'
$ProtectedUsers = Get-AdGroup -Identity 'Protected Users'

#endregion Users

Expand Down

0 comments on commit ffd291a

Please sign in to comment.