Created
June 8, 2012 14:36
-
-
Save steelcm/2895940 to your computer and use it in GitHub Desktop.
powershell command to retrieve users associated with an AD group
This file contains hidden or 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
PS C:\> net group /domain APPL_PANDS_Test_Admin | |
The request will be processed at a domain controller for domain ###.###.com. | |
Group name APPL_PANDS_Test_Admin | |
Comment Administrator access to application PANDS in Test Environment | |
Members | |
------------------------------------------------------------------------------- | |
APPLFDA INYADB INYAIG | |
INYATS INYAVB INYBZG | |
INYDPH INYJAO INYNVP | |
INYPRN | |
The command completed successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment