Skip to content

Commit a9ac601

Browse files
authored
Update Set-SPOTenant.md
Adding new changes for Video and OneNote files
1 parent 3f491e0 commit a9ac601

File tree

1 file changed

+62
-4
lines changed

1 file changed

+62
-4
lines changed

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

Lines changed: 62 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
127127
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
128128
[-DefaultContentCenterSite <String>]
129129
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
130-
[-RestrictResourceAccountAccess <Boolean>]
130+
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
131+
[-EnableSensitivityLabelForVideoFiles <Boolean>]
131132
[<CommonParameters>]
132133
```
133134

@@ -240,7 +241,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
240241
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
241242
[-DefaultContentCenterSite <String>]
242243
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
243-
[-RestrictResourceAccountAccess <Boolean>]
244+
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
245+
[-EnableSensitivityLabelForVideoFiles <Boolean>]
244246
[<CommonParameters>]
245247
```
246248

@@ -355,7 +357,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
355357
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
356358
[-DefaultContentCenterSite <String>]
357359
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
358-
[-RestrictResourceAccountAccess <Boolean>]
360+
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
361+
[-EnableSensitivityLabelForVideoFiles <Boolean>]
359362
[<CommonParameters>]
360363
```
361364

@@ -468,7 +471,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
468471
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
469472
[-DefaultContentCenterSite <String>]
470473
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
471-
[-RestrictResourceAccountAccess <Boolean>]
474+
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
475+
[-EnableSensitivityLabelForVideoFiles <Boolean>]
472476
[<CommonParameters>]
473477
```
474478

@@ -2770,6 +2774,60 @@ Accept pipeline input: False
27702774
Accept wildcard characters: False
27712775
```
27722776

2777+
### -EnableSensitivityLabelforOneNote
2778+
2779+
> Applicable: SharePoint Online
2780+
2781+
Allows tenant admins to turn on support for sections in OneNote with sensitivity labels for the following scenarios:
2782+
2783+
- Applying a sensitivity label in OneNote for the web.
2784+
- Uploading a labeled document, and then extracting and displaying that sensitivity label.
2785+
- Auto-labeling policies and default sensitivity labels for SharePoint document libraries.
2786+
2787+
The valid values are:
2788+
2789+
- True - Enables support for OneNote files.
2790+
- False (default) - Disables support for OneNote files.
2791+
2792+
```yaml
2793+
Type: System.Boolean
2794+
Parameter Sets: (All)
2795+
Aliases:
2796+
2797+
Required: False
2798+
Position: Named
2799+
Default value: None
2800+
Accept pipeline input: False
2801+
Accept wildcard characters: False
2802+
```
2803+
2804+
### -EnableSensitivityLabelforVideoFiles
2805+
2806+
> Applicable: SharePoint Online
2807+
2808+
Allows tenant admins to turn on support for Video files with sensitivity labels for the following scenarios:
2809+
2810+
- Applying a sensitivity label to Video files on Sharepoint.
2811+
- Uploading a labeled document, and then extracting and displaying that sensitivity label.
2812+
- Auto-labeling policies and default sensitivity labels for SharePoint document libraries.
2813+
2814+
The valid values are:
2815+
2816+
- True - Enables support for Video files.
2817+
- False (default) - Disables support for Video files.
2818+
2819+
```yaml
2820+
Type: System.Boolean
2821+
Parameter Sets: (All)
2822+
Aliases:
2823+
2824+
Required: False
2825+
Position: Named
2826+
Default value: None
2827+
Accept pipeline input: False
2828+
Accept wildcard characters: False
2829+
```
2830+
27732831
### -EnableTenantRestrictionsInsights
27742832
{{ Fill EnableTenantRestrictionsInsights Description }}
27752833

0 commit comments

Comments
 (0)