Search Results for

    Show / Hide 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
    

    -Confirm

    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
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer