Skip to content

Commit

Permalink
Removed SID S-1-5-83-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Beneboe committed Jul 6, 2020
1 parent ea3db6b commit 0a68674
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ function ConvertTo-NTAccountUser {
$currentUserRights = $securityPolicy["Privilege Rights"]["SeCreateSymbolicLinkPrivilege"]
$identityAccounts = @(
"S-1-5-32-544"
"S-1-5-83-0"
# "S-1-5-83-0"
) | ConvertTo-NTAccountUser | Where-Object { $null -ne $_ }

$unexpectedUsers = $currentUserRights.Account | Where-Object { $_ -notin $identityAccounts.Account }
Expand Down

0 comments on commit 0a68674

Please sign in to comment.