Command to show group membership of a domain group
Submitted by Koder on Wed, 02/25/2009 - 09:20
You can use the following command to show the group membership of a domain group, this could be an Active Directory or just a NT4 domain.
net group "Name of the Group Here" /domain
This command line version helps enumerate members of a domain group and is specially helpful in automatic account processing using batch files
- Add new comment
- 18858 reads
-


I was looking for exactly