Skip to content

Commit be9f809

Browse files
Merge branch 'main' into padmagit77-patch-1
2 parents 419034b + 0d306fb commit be9f809

File tree

1 file changed

+60
-4
lines changed

1 file changed

+60
-4
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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,58 @@ Accept pipeline input: False
28012805
Accept 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+
2817+
The valid values are:
2818+
2819+
- True - Enables support for OneNote files.
2820+
- False (default) - Disables support for OneNote files.
2821+
2822+
```yaml
2823+
Type: System.Boolean
2824+
Parameter Sets: (All)
2825+
Aliases:
2826+
2827+
Required: False
2828+
Position: Named
2829+
Default value: None
2830+
Accept pipeline input: False
2831+
Accept wildcard characters: False
2832+
```
2833+
2834+
### -EnableSensitivityLabelforVideoFiles
2835+
2836+
> Applicable: SharePoint Online
2837+
2838+
Allows tenant admins to turn on support for Video files with sensitivity labels for the following scenarios:
2839+
2840+
- Applying a sensitivity label to Video files on Sharepoint.
2841+
- Uploading a labeled document, and then extracting and displaying that sensitivity label.
2842+
2843+
The valid values are:
2844+
2845+
- True - Enables support for Video files.
2846+
- False (default) - Disables support for Video files.
2847+
2848+
```yaml
2849+
Type: System.Boolean
2850+
Parameter Sets: (All)
2851+
Aliases:
2852+
2853+
Required: False
2854+
Position: Named
2855+
Default value: None
2856+
Accept pipeline input: False
2857+
Accept wildcard characters: False
2858+
```
2859+
28042860
### -EnableTenantRestrictionsInsights
28052861

28062862
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)