Distuinguished Name

J

jayo

Hi there,

Any idea on how I can determine the distinguished name of
an Active Directory Object......Is there a tool that can
report this from a query etc

Cheers
Jayo
 
M

Matjaz Ladava [MVP]

dsquery from Windows Server adminpak
(http://www.microsoft.com/downloads/details.aspx?familyid=c16ae515-c8f4-47ef
-a1e4-a8dcbacff8e3&displaylang=en) would return a dn name of a object

dsquery user -samid yourusername

would return dn of user object with specific username. You can also use
wildcard for searching. See cli help for more parameters and examples.

--
Regards

Matjaz Ladava, MCSE, MCSA, MCT, MVP
Microsoft MVP - Active Directory
(e-mail address removed), (e-mail address removed)
http://ladava.com
 
D

Dean Wells [MVP]

jayo said:
Hi there,

Any idea on how I can determine the distinguished name of
an Active Directory Object......Is there a tool that can
report this from a query etc

Cheers
Jayo

When trying to determine the DN of a given object, what do you know
about the object? Its GUID, its SID, the domain it is in, the
OU/container it is in?

Dean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top