Add-PnPAvailableSiteClassification
SYNOPSIS
Required Permissions
- Microsoft Graph API: Directory.ReadWrite.All
Adds one or more classic site classification values to the list of possible values.
SYNTAX
Add-PnPAvailableSiteClassification -Classifications <System.Collections.Generic.List`1[System.String]> [-Connection <PnPConnection>]
DESCRIPTION
Allows to add classic site classification values.
EXAMPLES
EXAMPLE 1
Add-PnPAvailableSiteClassification -Classifications "Top Secret"
Adds the "Top Secret" classification to the already existing classification values.
EXAMPLE 2
Add-PnPAvailableSiteClassification -Classifications "Top Secret","HBI"
Adds the "Top Secret" and the "HBI" classifications to the already existing classification values.
PARAMETERS
-Classifications
Classic classifications values to add.
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
-Connection
Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: PnPConnection
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False