Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find ObjectGUID of an Active Directory user (preferable without writing any code)?

I am in quick need of finding objectGUID of an Active Directory user to pass it in the .NET application I have written. The server is Windows 2003.

Is there anything in Active Directory Manager Console for seeing the objectGUID, objectSID, etc?

Regards,

Nirman

like image 697
Nirman Avatar asked Oct 23 '13 12:10

Nirman


1 Answers

I don't use Windows 2003, but in 2008 R2, in the Active Directory Users and Computers, select View in the top options, then "Advanced Features".

Select your user > Properties > Attribute Editor. You can find your objectSid or objectGUID and so on.

like image 134
Nate B. Avatar answered Sep 30 '22 06:09

Nate B.