external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Gets one Office 365 Group (aka Unified Group) or a list of Office 365 Groups
Get-PnPUnifiedGroup [-Identity <UnifiedGroupPipeBind>]
[-ExcludeSiteUrl [<SwitchParameter>]]
PS:> Get-PnPUnifiedGroup
Retrieves all the Office 365 Groups
PS:> Get-PnPUnifiedGroup -Identity $groupId
Retrieves a specific Office 365 Group based on its ID
PS:> Get-PnPUnifiedGroup -Identity $groupDisplayName
Retrieves a specific or list of Office 365 Groups that start with the given DisplayName
PS:> Get-PnPUnifiedGroup -Identity $groupSiteMailNickName
Retrieves a specific or list of Office 365 Groups for which the email starts with the provided mail nickName
PS:> Get-PnPUnifiedGroup -Identity $group
Retrieves a specific Office 365 Group based on its object instance
Exclude fetching the site URL for Office 365 Groups. This speeds up large listings.
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The Identity of the Office 365 Group.
Type: UnifiedGroupPipeBind
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False