Skip to content

Commit b6afcb0

Browse files
author
junlel
committed
Document SiteOwnersCanAccessMissingContent parameter for Set-SPOTenant cmdlet
1 parent f2ba103 commit b6afcb0

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

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

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
131131
[-DefaultContentCenterSite <String>]
132132
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
133133
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
134-
[-EnableSensitivityLabelForVideoFiles <Boolean>]
134+
[-EnableSensitivityLabelForVideoFiles <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
135135
[<CommonParameters>]
136136
```
137137

@@ -246,7 +246,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
246246
[-DefaultContentCenterSite <String>]
247247
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
248248
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
249-
[-EnableSensitivityLabelForVideoFiles <Boolean>]
249+
[-EnableSensitivityLabelForVideoFiles <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
250250
[<CommonParameters>]
251251
```
252252

@@ -365,7 +365,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
365365
[-DefaultContentCenterSite <String>]
366366
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
367367
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
368-
[-EnableSensitivityLabelForVideoFiles <Boolean>]
368+
[-EnableSensitivityLabelForVideoFiles <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
369369
[<CommonParameters>]
370370
```
371371

@@ -482,7 +482,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
482482
[-DefaultContentCenterSite <String>]
483483
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
484484
[-RestrictResourceAccountAccess <Boolean>] [-EnableSensitivityLabelForOneNote <Boolean>]
485-
[-EnableSensitivityLabelForVideoFiles <Boolean>]
485+
[-EnableSensitivityLabelForVideoFiles <Boolean>] [-SiteOwnersCanAccessMissingContent <Boolean>]
486486
[<CommonParameters>]
487487
```
488488

@@ -5002,6 +5002,25 @@ Accept pipeline input: False
50025002
Accept wildcard characters: False
50035003
```
50045004

5005+
### -SiteOwnersCanAccessMissingContent
5006+
5007+
Whether site owners can access information about missing content on their site.
5008+
5009+
> [!NOTE]
5010+
> This feature is currently in preview and may not be available in your tenant.
5011+
5012+
```yaml
5013+
Type: System.Boolean
5014+
Parameter Sets: (All)
5015+
Aliases:
5016+
5017+
Required: False
5018+
Position: Named
5019+
Default value: None
5020+
Accept pipeline input: False
5021+
Accept wildcard characters: False
5022+
```
5023+
50055024
### -SiteOwnerManageLegacyServicePrincipalEnabled
50065025

50075026
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)