From a9ac60174a5e23d4eab7da4545ccc73d450d1ae3 Mon Sep 17 00:00:00 2001 From: Aman Jain <195089456+amajain13@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:54:27 +0530 Subject: [PATCH 1/2] Update Set-SPOTenant.md Adding new changes for Video and OneNote files --- .../Set-SPOTenant.md | 66 +++++++++++++++++-- 1 file changed, 62 insertions(+), 4 deletions(-) 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 b8915ec11..b753a3110 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -127,7 +127,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -240,7 +241,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -355,7 +357,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -468,7 +471,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-OpticalCharacterRecognitionSelectedSitesListOperation ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] - [-RestrictResourceAccountAccess ] + [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] + [-EnableSensitivityLabelForVideoFiles ] [] ``` @@ -2770,6 +2774,60 @@ 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. +- Auto-labeling policies and default sensitivity labels for SharePoint document libraries. + +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. +- Auto-labeling policies and default sensitivity labels for SharePoint document libraries. + +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 {{ Fill EnableTenantRestrictionsInsights Description }} From 0811f04be948dc504a1c617b263bd9af0e78d8d1 Mon Sep 17 00:00:00 2001 From: Aman Jain <195089456+amajain13@users.noreply.github.com> Date: Wed, 30 Jul 2025 14:57:30 +0530 Subject: [PATCH 2/2] Update Set-SPOTenant.md more edits --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 2 -- 1 file changed, 2 deletions(-) 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 b753a3110..c90119bbf 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -2782,7 +2782,6 @@ Allows tenant admins to turn on support for sections in OneNote with sensitivity - Applying a sensitivity label in OneNote for the web. - Uploading a labeled document, and then extracting and displaying that sensitivity label. -- Auto-labeling policies and default sensitivity labels for SharePoint document libraries. The valid values are: @@ -2809,7 +2808,6 @@ Allows tenant admins to turn on support for Video files with sensitivity labels - Applying a sensitivity label to Video files on Sharepoint. - Uploading a labeled document, and then extracting and displaying that sensitivity label. -- Auto-labeling policies and default sensitivity labels for SharePoint document libraries. The valid values are: