Display all Active Directory attributes for a single object.
- July 23rd, 2012
- Posted in Documentation
- Write comment
Here is how to list all the Active Directory attributes for an object from the command line using the ldifde command:
Object path as found in dsa.msc: domain.com/someOU/objectname
ldifde -d “CN=objectname,OU=someOU,DC=domain,DC=com” -f con
No comments yet.