You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
122
142
### CommonParameters
123
143
124
144
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).
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
+
2638
2665
### -DisableVivaConnectionsAnalytics
2639
2666
2640
2667
Controls whether the Viva Connections analytics feature is enabled.
@@ -5969,5 +5996,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5969
5996
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments