Skip to content

Instantly share code, notes, and snippets.

@steelcm
Created June 8, 2012 14:36
Show Gist options
  • Save steelcm/2895940 to your computer and use it in GitHub Desktop.
Save steelcm/2895940 to your computer and use it in GitHub Desktop.
powershell command to retrieve users associated with an AD group
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