Skip to content

Commit cb8fa0a

Browse files
Merge pull request #1107 from MicrosoftDocs/main
[AutoPublish] main to live - 02/05 13:36 PST | 02/06 03:06 IST
2 parents 00893e0 + 424f140 commit cb8fa0a

2 files changed

Lines changed: 53 additions & 8 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If the theme is in legacy format, the output will be:
9696
To return all uploaded themes, use the [**Get-SPOTheme**](./Get-SPOTheme.md) command with no arguments.
9797

9898
```powershell
99-
Get-SPOTheme
99+
Get-SPOTheme -IncludeGlobalTheme
100100
```
101101

102102
## PARAMETERS
@@ -119,6 +119,26 @@ Accept pipeline input: True (ByValue)
119119
Accept wildcard characters: False
120120
```
121121
122+
### -IncludeGlobalTheme
123+
124+
> Applicable: SharePoint Online
125+
126+
When specified, this cmdlet returns all global themes that are available to the tenant. This includes themes created using PowerShell as well as themes created in the Brand Center.
127+
128+
For satellite geos, `IncludeGlobalTheme` also returns the global themes that are defined in the primary geo.
129+
130+
```yaml
131+
Type: SwitchParameter
132+
Parameter Sets: (All)
133+
Aliases:
134+
135+
Required: False
136+
Position: Named
137+
Default value: None
138+
Accept pipeline input: False
139+
Accept wildcard characters: False
140+
```
141+
122142
### CommonParameters
123143

124144
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

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

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
9292
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
9393
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
9494
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
95-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
95+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
96+
[-DisableVivaConnectionsAnalytics <Boolean>]
9697
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
9798
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
9899
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -219,7 +220,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
219220
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
220221
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
221222
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
222-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
223+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
224+
[-DisableVivaConnectionsAnalytics <Boolean>]
223225
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
224226
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
225227
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -347,7 +349,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
347349
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
348350
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
349351
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
350-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
352+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
353+
[-DisableVivaConnectionsAnalytics <Boolean>]
351354
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
352355
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
353356
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -473,7 +476,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
473476
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
474477
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
475478
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
476-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
479+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
480+
[-DisableVivaConnectionsAnalytics <Boolean>]
477481
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
478482
[-AppBypassInformationBarriers <Boolean>] [-DefaultOneDriveInformationBarrierMode <String>]
479483
[-AppAccessInformationBarriersAllowList <Guid[]>] [-AllOrganizationSecurityGroupId <Guid>]
@@ -599,7 +603,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
599603
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
600604
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
601605
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
602-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
606+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
607+
[-DisableVivaConnectionsAnalytics <Boolean>]
603608
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
604609
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
605610
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -2635,6 +2640,28 @@ Accept pipeline input: False
26352640
Accept wildcard characters: False
26362641
```
26372642

2643+
### -DisableSpfxTopBottomPlaceholdersInElevatedContent
2644+
2645+
> Applicable: SharePoint Online
2646+
2647+
This feature allows SharePoint Administrators to control where SPFx Top and Bottom placeholders are rendered in relation to elevated content.
2648+
2649+
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.
2650+
2651+
PARAMVALUE: True | False
2652+
2653+
```yaml
2654+
Type: System.Boolean
2655+
Parameter Sets: (All)
2656+
Aliases:
2657+
2658+
Required: False
2659+
Position: Named
2660+
Default value: None
2661+
Accept pipeline input: False
2662+
Accept wildcard characters: False
2663+
```
2664+
26382665
### -DisableVivaConnectionsAnalytics
26392666

26402667
Controls whether the Viva Connections analytics feature is enabled.
@@ -5969,5 +5996,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
59695996
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
59705997

59715998
[Get-SPOSite](Get-SPOSite.md)
5972-
5973-
[Set-SPOSite](Set-SPOSite.md)

0 commit comments

Comments
 (0)