From c2dd66a71a5efe327173d65d93f4017df6d9967e Mon Sep 17 00:00:00 2001 From: Rongqi Zhou Date: Mon, 2 Feb 2026 11:33:43 +0800 Subject: [PATCH] add DisableSpfxTopBottomPlaceholdersElevated --- .../Set-SPOTenant.md | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 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 ddc0e7e3a..1d80bdf76 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -92,7 +92,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersElevated ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -218,7 +219,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersElevated ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -345,7 +347,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersElevated ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -470,7 +473,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersElevated ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-DefaultOneDriveInformationBarrierMode ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] @@ -595,7 +599,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersElevated ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -2630,6 +2635,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DisableSpfxTopBottomPlaceholdersElevated + +> Applicable: SharePoint Online + +This feature allows SharePoint Administrators to control where SPFx Top and Bottom placeholders are rendered in relation to elevated content. + +Accepts a value of true (enabled) to render the Top and Bottom placeholders outside the elevated content area, or false (disabled) to render them inside the elevated content area. By default, this feature is set to false. + +PARAMVALUE: True | False + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DisableVivaConnectionsAnalytics Controls whether the Viva Connections analytics feature is enabled.