Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 966 Bytes

Get-PnPUnifiedGroupMembers.md

File metadata and controls

49 lines (35 loc) · 966 Bytes
external help file applicable schema
SharePoint Online
2.0.0

Get-PnPUnifiedGroupMembers

SYNOPSIS

Gets members of a paricular Office 365 Group (aka Unified Group)

SYNTAX

Get-PnPUnifiedGroupMembers -Identity <UnifiedGroupPipeBind>

EXAMPLES

------------------EXAMPLE 1------------------

PS:> Get-PnPUnifiedGroupMembers -Identity $groupId

Retrieves all the members of a specific Office 365 Group based on its ID

------------------EXAMPLE 2------------------

PS:> Get-PnPUnifiedGroupMembers -Identity $group

Retrieves all the members of a specific Office 365 Group based on the group's object instance

PARAMETERS

-Identity

The Identity of the Office 365 Group.

Type: UnifiedGroupPipeBind
Parameter Sets: (All)

Required: True
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices