Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 882 Bytes

Remove-PnPUnifiedGroup.md

File metadata and controls

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

Remove-PnPUnifiedGroup

SYNOPSIS

Removes one Office 365 Group (aka Unified Group) or a list of Office 365 Groups

SYNTAX

Remove-PnPUnifiedGroup -Identity <UnifiedGroupPipeBind>

EXAMPLES

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

PS:> Remove-PnPUnifiedGroup -Identity $groupId

Removes an Office 365 Groups based on its ID

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

PS:> Remove-PnPUnifiedGroup -Identity $group

Removes the provided Office 365 Groups

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