From the Active Directory Snap-In, how can I find the GUID for a user?

How ca I view the GUID associated with an Active Directory user under windows 7?


Solution 1:

PsGetSid may do it.

Solution 2:

This is easy to do using Active Directory Users and Computers.

Click View > Advanced Features (to be able to see Attribute Editor tab later)

Drill down to the user you want to know about and open the Properties.

Click the Attribute Editor tab

Scroll down to the "ObjectSID" or "ObjectGUID" attributes.

Profit.

Solution 3:

Open powershell.

Type: get-aduser -identity <insert username here>

The ObjectGUID will appear in the output