external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Adds one ore more site classification values to the list of possible values. Requires a connection to the Microsoft Graph.
Add-PnPSiteClassification -Classifications <List`1>
PS:> Connect-PnPOnline -Scopes "Directory.ReadWrite.All"
PS:> Add-PnPSiteClassification -Classifications "Top Secret"
Adds the "Top Secret" classification to the already existing classification values.
PS:> Connect-PnPOnline -Scopes "Directory.ReadWrite.All"
PS:> Add-PnPSiteClassification -Classifications "Top Secret","HBI"
Adds the "Top Secret" and the "For Your Eyes Only" classification to the already existing classification values.
Type: List`1
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: False