external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Sets Site Collection properties.
Set-PnPSite [-Classification <String>]
[-DisableFlows [<SwitchParameter>]]
[-Connection <SPOnlineConnection>]
PS:> Set-PnPSite -Classification "HBI"
Sets the current site classification to HBI
PS:> Set-PnPSite -Classification $null
Unsets the current site classification
PS:> Set-PnPSite -DisableFlows
Disables Flows for this site
PS:> Set-PnPSite -DisableFlows:$false
Enables Flows for this site
The classification to set
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Disables flows for this site
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False