Friday, May 27, 2011

Listing all members in an Active Directory group

Is it possible to find out if a user is part of an Active Directory security group?You can use the command line to list all members of an Active Directory group like this:

NET GROUP "group name" /DOMAIN

Alternatively you could also use the dsget command.

No comments: