Table of Contents

Remove-PnPAvailableSiteClassification

SYNOPSIS

Required Permissions

  • Microsoft Graph API: Directory.ReadWrite.All

Removes one or more existing classic site classification values from the list of available values on the tenant

SYNTAX

Remove-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]> 

DESCRIPTION

Allows to remove existing classic site classification values.

EXAMPLES

EXAMPLE 1

Remove-PnPAvailableSiteClassification -Classifications "HBI"

Removes the "HBI" site classification from the list of available values.

EXAMPLE 2

Remove-PnPAvailableSiteClassification -Classifications "HBI","Top Secret"

Removes the "HBI" and "Top Secret" site classification from the list of available values.

PARAMETERS

-Classifications

Type: System.Collections.Generic.List`1[System.String]
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

If provided or set to $true, a confirmation will be asked before the actual remove takes place. If omitted or set to $false, it will remove the site classification(s) without asking for confirmation.

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices