external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Gets members of a paricular Office 365 Group (aka Unified Group)
Get-PnPUnifiedGroupMembers -Identity <UnifiedGroupPipeBind>
PS:> Get-PnPUnifiedGroupMembers -Identity $groupId
Retrieves all the members of a specific Office 365 Group based on its ID
PS:> Get-PnPUnifiedGroupMembers -Identity $group
Retrieves all the members of a specific Office 365 Group based on the group's object instance
The Identity of the Office 365 Group.
Type: UnifiedGroupPipeBind
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False