Find a User with certain SID.

Hi,

Powershell is the way. Open powershell and type:

import-module activedirectory 

Then.

$strSID=”Enter SID Here”
$uSid = [ADSI]”LDAP://<SID=$strSID>”

echo $uSid
Have a nice one,
Author: Harri Jaakkonen

Leave a Reply

Your email address will not be published. Required fields are marked *