Skip to content

Commit d1139b1

Browse files
Merge pull request #991 from MicrosoftDocs/main
[AutoPublish] main to live - 08/18 19:55 PDT | 08/19 08:25 IST
2 parents 935f5f7 + a323e50 commit d1139b1

File tree

1 file changed

+25
-4
lines changed

1 file changed

+25
-4
lines changed

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

Lines changed: 25 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,27 @@ Accept pipeline input: False
50025002
Accept wildcard characters: False
50035003
```
50045004

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

50075028
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)