Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.31 KB

Remove-PnPTermGroup.md

File metadata and controls

72 lines (53 loc) · 1.31 KB
external help file applicable schema
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online
2.0.0

Remove-PnPTermGroup

SYNOPSIS

Removes a taxonomy term group and all its containing termsets

SYNTAX

Remove-PnPTermGroup -GroupName <String>
                    [-TermStoreName <String>]
                    [-Force [<SwitchParameter>]]
                    [-Connection <SPOnlineConnection>]

PARAMETERS

-Force

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-GroupName

Name of the taxonomy term group to delete.

Type: String
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-TermStoreName

Term store to use; if not specified the default term store is used.

Type: String
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices