external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Gets owners of a paricular Office 365 Group (aka Unified Group)
Get-PnPUnifiedGroupOwners -Identity <UnifiedGroupPipeBind>
PS:> Get-PnPUnifiedGroupOwners -Identity $groupId
Retrieves all the owners of a specific Office 365 Group based on its ID
PS:> Get-PnPUnifiedGroupOwners -Identity $group
Retrieves all the owners 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