There are reasons you need to resolve SID. You can do it by powershell:
1 2 3 |
$SID = New-Object System.Security.Principal.SecurityIdentifier("S-1-5-21-9534051626-2041855937-2114229915-98301") $objUser = $SID.Translate([System.Security.Principal.NTAccount]) $objUser.Value |