Active Directory & LDAP, Command Line Shortcuts Changing a users password in Active Directory from the Command Line January 22, 2013 No Comments The simplest of commands: net user USERNAME NEWPASSWORD that’s it! Continue Reading
Active Directory & LDAP How to get the Active Directory (AD) Distinguished Name (DN) of a user April 13, 2012 No Comments There are at least two ways to accomplish this goal: Running the command dsquery user -name ADUSERNAME where ADUSERNAME is the name of the user on the AD Running the command ldifde -f users.txt where all LDAP data from AD is dumped into the file named users.txt Continue Reading