From b6afcb0af6fe63d20d1d46a8398e392f043509ef Mon Sep 17 00:00:00 2001 From: junlel Date: Mon, 18 Aug 2025 16:24:32 -0700 Subject: [PATCH 1/2] Document SiteOwnersCanAccessMissingContent parameter for Set-SPOTenant cmdlet --- .../Set-SPOTenant.md | 27 ++++++++++++++++--- 1 file changed, 23 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 0ded90bcd..2762fb72b 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -131,7 +131,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] - [-EnableSensitivityLabelForVideoFiles ] + [-EnableSensitivityLabelForVideoFiles ] [-SiteOwnersCanAccessMissingContent ] [] ``` @@ -246,7 +246,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] - [-EnableSensitivityLabelForVideoFiles ] + [-EnableSensitivityLabelForVideoFiles ] [-SiteOwnersCanAccessMissingContent ] [] ``` @@ -365,7 +365,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] - [-EnableSensitivityLabelForVideoFiles ] + [-EnableSensitivityLabelForVideoFiles ] [-SiteOwnersCanAccessMissingContent ] [] ``` @@ -482,7 +482,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-DefaultContentCenterSite ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-EnableSensitivityLabelForOneNote ] - [-EnableSensitivityLabelForVideoFiles ] + [-EnableSensitivityLabelForVideoFiles ] [-SiteOwnersCanAccessMissingContent ] [] ``` @@ -5002,6 +5002,25 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SiteOwnersCanAccessMissingContent + +Whether site owners can access information about missing content on their site. + +> [!NOTE] +> This feature is currently in preview and may not be available in your tenant. + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SiteOwnerManageLegacyServicePrincipalEnabled > Applicable: SharePoint Online From b301469bf5511394e9b3da5021fca355f6d6f192 Mon Sep 17 00:00:00 2001 From: junlel Date: Mon, 18 Aug 2025 16:43:10 -0700 Subject: [PATCH 2/2] Add applicable tag. --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 2 ++ 1 file changed, 2 insertions(+) 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 2762fb72b..b8b8d05c5 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -5004,6 +5004,8 @@ Accept wildcard characters: False ### -SiteOwnersCanAccessMissingContent +> Applicable: SharePoint Online + Whether site owners can access information about missing content on their site. > [!NOTE]