Tuesday, June 12, 2012

List AD Group Member

The easy way to get the member list of a group in Active Directory is using the following command in Active Directory Module for Windows PowerShell.

Get-ADGroupMember G1 | FT Name

Notes
Get-ADGroupMember: command name
G1: group name
FT Name: full name of user

No comments:

Post a Comment