Last active
December 3, 2019 11:36
-
-
Save aromig/a5ad1025dea94a2b03fa to your computer and use it in GitHub Desktop.
dsquery - list all attributes for a user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dsquery * "OU=User Accounts,DC=your,DC=domain,DC=com" -filter "(samaccountname=USER)" -attr * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very helpful