Get USERID From SID

$objSID = New-Object System.Security.Principal.SecurityIdentifier ("S-1-5-21-2484819571-2125529598-2454565363-2184915")
$objUser = $objSID.Translate( [System.Security.Principal.NTAccount])
$objUser.Value

Revision #1
Created 2025-02-07 20:40:24 UTC by Ryan
Updated 2025-03-13 00:56:28 UTC by Ryan