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 82325611e..676fe4b40 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 ] [-DisableSpfxTopBottomPlaceholdersInElevatedContent ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -219,7 +220,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersInElevatedContent ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -347,7 +349,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersInElevatedContent ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -473,7 +476,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersInElevatedContent ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-DefaultOneDriveInformationBarrierMode ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] @@ -599,7 +603,8 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-BlockUserInfoVisibility ] [-BlockUserInfoVisibilityInOneDrive ] [-BlockUserInfoVisibilityInSharePoint ] [-AllowOverrideForBlockUserInfoVisibility ] [-DisablePersonalListCreation ] - [-DisableSpacesActivation ] [-DisableVivaConnectionsAnalytics ] + [-DisableSpacesActivation ] [-DisableSpfxTopBottomPlaceholdersInElevatedContent ] + [-DisableVivaConnectionsAnalytics ] [-InformationBarriersSuspension ] [-IBImplicitGroupBased ] [-AppBypassInformationBarriers ] [-AppAccessInformationBarriersAllowList ] [-AllOrganizationSecurityGroupId ] [-DisableModernListTemplateIds ] @@ -2635,6 +2640,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DisableSpfxTopBottomPlaceholdersInElevatedContent + +> 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 to render the Top and Bottom placeholders outside the elevated content area, or false 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. @@ -5969,5 +5996,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) [Get-SPOSite](Get-SPOSite.md) - -[Set-SPOSite](Set-SPOSite.md)