Showing posts with label System Administration. Show all posts
Showing posts with label System Administration. Show all posts

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