@@ -128,7 +128,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
128128 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
129129 [-DefaultContentCenterSite <String>]
130130 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
131- [-RestrictResourceAccountAccess <Boolean>]
131+ [-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
132+ [-EnableSensitivityLabelForVideoFiles <Boolean>]
132133 [<CommonParameters>]
133134```
134135
@@ -242,7 +243,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
242243 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
243244 [-DefaultContentCenterSite <String>]
244245 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
245- [-RestrictResourceAccountAccess <Boolean>]
246+ [-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
247+ [-EnableSensitivityLabelForVideoFiles <Boolean>]
246248 [<CommonParameters>]
247249```
248250
@@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
358360 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
359361 [-DefaultContentCenterSite <String>]
360362 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
361- [-RestrictResourceAccountAccess <Boolean>]
363+ [-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
364+ [-EnableSensitivityLabelForVideoFiles <Boolean>]
362365 [<CommonParameters>]
363366```
364367
@@ -472,7 +475,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
472475 [-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
473476 [-DefaultContentCenterSite <String>]
474477 [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
475- [-RestrictResourceAccountAccess <Boolean>]
478+ [-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
479+ [-EnableSensitivityLabelForVideoFiles <Boolean>]
476480 [<CommonParameters>]
477481```
478482
@@ -2801,6 +2805,60 @@ Accept pipeline input: False
28012805Accept wildcard characters: False
28022806` ` `
28032807
2808+ # ## -EnableSensitivityLabelforOneNote
2809+
2810+ > Applicable: SharePoint Online
2811+
2812+ Allows tenant admins to turn on support for sections in OneNote with sensitivity labels for the following scenarios :
2813+
2814+ - Applying a sensitivity label in OneNote for the web.
2815+ - Uploading a labeled document, and then extracting and displaying that sensitivity label.
2816+ - Auto-labeling policies and default sensitivity labels for SharePoint document libraries.
2817+
2818+ The valid values are :
2819+
2820+ - True - Enables support for OneNote files.
2821+ - False (default) - Disables support for OneNote files.
2822+
2823+ ` ` ` yaml
2824+ Type: System.Boolean
2825+ Parameter Sets: (All)
2826+ Aliases:
2827+
2828+ Required: False
2829+ Position: Named
2830+ Default value: None
2831+ Accept pipeline input: False
2832+ Accept wildcard characters: False
2833+ ` ` `
2834+
2835+ # ## -EnableSensitivityLabelforVideoFiles
2836+
2837+ > Applicable: SharePoint Online
2838+
2839+ Allows tenant admins to turn on support for Video files with sensitivity labels for the following scenarios :
2840+
2841+ - Applying a sensitivity label to Video files on Sharepoint.
2842+ - Uploading a labeled document, and then extracting and displaying that sensitivity label.
2843+ - Auto-labeling policies and default sensitivity labels for SharePoint document libraries.
2844+
2845+ The valid values are :
2846+
2847+ - True - Enables support for Video files.
2848+ - False (default) - Disables support for Video files.
2849+
2850+ ` ` ` yaml
2851+ Type: System.Boolean
2852+ Parameter Sets: (All)
2853+ Aliases:
2854+
2855+ Required: False
2856+ Position: Named
2857+ Default value: None
2858+ Accept pipeline input: False
2859+ Accept wildcard characters: False
2860+ ` ` `
2861+
28042862# ## -EnableTenantRestrictionsInsights
28052863
28062864> Applicable: SharePoint Online
0 commit comments