Skip to content

Commit f833191

Browse files
Merge branch 'main' into user/rongqizhou/AddGlobalThemeParam
2 parents bad212b + 52477d8 commit f833191

File tree

1 file changed

+57
-7
lines changed

1 file changed

+57
-7
lines changed

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

Lines changed: 57 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[]>]
@@ -141,6 +142,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
141142
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
142143
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
143144
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
145+
[-EnableNotificationsSubscriptions <Boolean>]
144146
```
145147

146148
### ParameterSetContentTypeSyncSiteTemplatesList
@@ -218,7 +220,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
218220
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
219221
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
220222
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
221-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
223+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
224+
[-DisableVivaConnectionsAnalytics <Boolean>]
222225
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
223226
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
224227
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -267,6 +270,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
267270
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
268271
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
269272
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
273+
[-EnableNotificationsSubscriptions <Boolean>]
270274
```
271275

272276
### ParamSetMultipleSites
@@ -345,7 +349,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
345349
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
346350
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
347351
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
348-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
352+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
353+
[-DisableVivaConnectionsAnalytics <Boolean>]
349354
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
350355
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
351356
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -394,6 +399,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
394399
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
395400
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
396401
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
402+
[-EnableNotificationsSubscriptions <Boolean>]
397403
```
398404

399405
### InformationBarrier
@@ -470,7 +476,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
470476
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
471477
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
472478
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
473-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
479+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
480+
[-DisableVivaConnectionsAnalytics <Boolean>]
474481
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
475482
[-AppBypassInformationBarriers <Boolean>] [-DefaultOneDriveInformationBarrierMode <String>]
476483
[-AppAccessInformationBarriersAllowList <Guid[]>] [-AllOrganizationSecurityGroupId <Guid>]
@@ -519,6 +526,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
519526
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
520527
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
521528
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
529+
[-EnableNotificationsSubscriptions <Boolean>]
522530
```
523531

524532
### ParameterSetNameRestrictExternalSharing
@@ -595,7 +603,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
595603
[-BlockUserInfoVisibility <String>] [-BlockUserInfoVisibilityInOneDrive <TenantBrowseUserInfoPolicyValue>]
596604
[-BlockUserInfoVisibilityInSharePoint <TenantBrowseUserInfoPolicyValue>]
597605
[-AllowOverrideForBlockUserInfoVisibility <Boolean>] [-DisablePersonalListCreation <Boolean>]
598-
[-DisableSpacesActivation <Boolean>] [-DisableVivaConnectionsAnalytics <Boolean>]
606+
[-DisableSpacesActivation <Boolean>] [-DisableSpfxTopBottomPlaceholdersInElevatedContent <Boolean>]
607+
[-DisableVivaConnectionsAnalytics <Boolean>]
599608
[-InformationBarriersSuspension <Boolean>] [-IBImplicitGroupBased <Boolean>]
600609
[-AppBypassInformationBarriers <Boolean>] [-AppAccessInformationBarriersAllowList <Guid[]>]
601610
[-AllOrganizationSecurityGroupId <Guid>] [-DisableModernListTemplateIds <Guid[]>]
@@ -645,6 +654,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
645654
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
646655
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
647656
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
657+
[-EnableNotificationsSubscriptions <Boolean>]
648658
```
649659

650660
## DESCRIPTION
@@ -2630,6 +2640,28 @@ Accept pipeline input: False
26302640
Accept wildcard characters: False
26312641
```
26322642

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+
26332665
### -DisableVivaConnectionsAnalytics
26342666

26352667
Controls whether the Viva Connections analytics feature is enabled.
@@ -2962,6 +2994,26 @@ Accept pipeline input: False
29622994
Accept wildcard characters: False
29632995
```
29642996

2997+
### -EnableNotificationsSubscriptions
2998+
2999+
> Applicable: SharePoint Online
3000+
3001+
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+
29653017
### -EnableAzureADB2BIntegration
29663018

29673019
> Applicable: SharePoint Online
@@ -5944,5 +5996,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
59445996
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
59455997

59465998
[Get-SPOSite](Get-SPOSite.md)
5947-
5948-
[Set-SPOSite](Set-SPOSite.md)

0 commit comments

Comments
 (0)