Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
[-DefaultContentCenterSite <String>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
[-EnableSensitivityLabelForVideoFiles <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -242,7 +243,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
[-DefaultContentCenterSite <String>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
[-EnableSensitivityLabelForVideoFiles <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
[-DefaultContentCenterSite <String>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
[-EnableSensitivityLabelForVideoFiles <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -472,7 +475,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
[-DefaultContentCenterSite <String>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
[-EnableSensitivityLabelForVideoFiles <Boolean>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -2801,6 +2805,58 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableSensitivityLabelforOneNote

> Applicable: SharePoint Online

Allows tenant admins to turn on support for sections in OneNote with sensitivity labels for the following scenarios:

- Applying a sensitivity label in OneNote for the web.
- Uploading a labeled document, and then extracting and displaying that sensitivity label.

The valid values are:

- True - Enables support for OneNote files.
- False (default) - Disables support for OneNote files.

```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableSensitivityLabelforVideoFiles

> Applicable: SharePoint Online

Allows tenant admins to turn on support for Video files with sensitivity labels for the following scenarios:

- Applying a sensitivity label to Video files on Sharepoint.
- Uploading a labeled document, and then extracting and displaying that sensitivity label.

The valid values are:

- True - Enables support for Video files.
- False (default) - Disables support for Video files.

```yaml
Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableTenantRestrictionsInsights

> Applicable: SharePoint Online
Expand Down