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
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
+
2633
2665
### -DisableVivaConnectionsAnalytics
2634
2666
2635
2667
Controls whether the Viva Connections analytics feature is enabled.
This is an opt-in setting that enables or disables writing SharePoint News and Announcement notification data to a list (NewsNotificationList) in the My Site of every user. When enabled, SharePoint Online emits notification events to this list. Third-party solutions must create and manage [webhook](/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) solutions to receive change notifications and then read the list to process new entries for triggering their own notifications for the user. This applies to [SharePoint News Notifications](/viva/connections/viva-connections-news-notifications#when-notifications-are-sent-via-microsoft-teams) and [Viva Connections Annoucements](/viva/connections/announcements-viva-connections).
3002
+
3003
+
PARAMVALUE: True | False
3004
+
3005
+
```yaml
3006
+
Type: System.Boolean
3007
+
Parameter Sets: (All)
3008
+
Aliases:
3009
+
3010
+
Required: False
3011
+
Position: Named
3012
+
Default value: False
3013
+
Accept pipeline input: False
3014
+
Accept wildcard characters: False
3015
+
```
3016
+
2965
3017
### -EnableAzureADB2BIntegration
2966
3018
2967
3019
> Applicable: SharePoint Online
@@ -5944,5 +5996,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5944
5996
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments