< Back

Get-AzureRmADGroupMember

Tue Jan 29, 2019 10:05 pm

NAME Get-AzureRmADGroupMember



SYNOPSIS

Get a group members.





SYNTAX

Get-AzureRmADGroupMember [-DefaultProfile <IAzureContextContainer>] [-GroupObjectId <Guid>] [<CommonParameters>]





DESCRIPTION

Get a group members.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-GroupObjectId <Guid>

Object id of the group.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None

This cmdlet does not accept any input.





OUTPUTS

System.Collections.Generic.List`1[Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADObject]







NOTES









Filters group members using group object id



PS C:\\> Get-AzureRmADGroupMember -GroupObjectId 85F89C90-780E-4AA6-9F4F-6F268D322EEE



Gets group members with 85F89C90-780E-4AA6-9F4F-6F268D322EEE id







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... roupmember

Get-AzureRmADUser

Get-AzureRmADServicePrincipal