diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index be5a3fc5a..582c748aa 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -128,7 +128,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -242,7 +243,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -358,7 +360,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -472,7 +475,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -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