Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.12 KB

Add-PnPSiteClassification.md

File metadata and controls

51 lines (36 loc) · 1.12 KB
external help file applicable schema
SharePoint Online
2.0.0

Add-PnPSiteClassification

SYNOPSIS

Adds one ore more site classification values to the list of possible values. Requires a connection to the Microsoft Graph.

SYNTAX

Add-PnPSiteClassification -Classifications <List`1>

EXAMPLES

------------------EXAMPLE 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.

------------------EXAMPLE 2------------------

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.

PARAMETERS

-Classifications

Type: List`1
Parameter Sets: (All)

Required: True
Position: Named
Accept pipeline input: False

RELATED LINKS

SharePoint Developer Patterns and Practices