Skip to content

Instantly share code, notes, and snippets.

@kumbasar
Created September 23, 2019 14:19
Show Gist options
  • Save kumbasar/2196ce8994f86a4cd2ff83ffe9cb0a87 to your computer and use it in GitHub Desktop.
Save kumbasar/2196ce8994f86a4cd2ff83ffe9cb0a87 to your computer and use it in GitHub Desktop.
List all users in a AD Group
C:\Users\kumbasar>net group "test_adgroup" /domain
The request will be processed at a domain controller for domain test.net.
Group name test_adgroup
Comment test_adgroup_comment
Members
-------------------------------------------------------------------------------
kumbasar yildiz volkan
zuleyha
The command completed successfully.
C:\Users\kumbasar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment