Skip to content

Commit c357f97

Browse files
author
Rongqi Zhou
committed
Merge branch 'user/rongqizhou/DisableSpfxTopBottomPlaceholdersElevated' of https://github.com/RongqiZ/OfficeDocs-SharePoint-PowerShell into user/rongqizhou/DisableSpfxTopBottomPlaceholdersElevated
2 parents 67ff869 + 6f6dcaf commit c357f97

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
142142
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
143143
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
144144
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
145+
[-EnableNotificationsSubscriptions <Boolean>]
145146
```
146147

147148
### ParameterSetContentTypeSyncSiteTemplatesList
@@ -269,6 +270,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
269270
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
270271
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
271272
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
273+
[-EnableNotificationsSubscriptions <Boolean>]
272274
```
273275

274276
### ParamSetMultipleSites
@@ -397,6 +399,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
397399
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
398400
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
399401
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
402+
[-EnableNotificationsSubscriptions <Boolean>]
400403
```
401404

402405
### InformationBarrier
@@ -523,6 +526,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
523526
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
524527
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
525528
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
529+
[-EnableNotificationsSubscriptions <Boolean>]
526530
```
527531

528532
### ParameterSetNameRestrictExternalSharing
@@ -650,6 +654,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
650654
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
651655
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
652656
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
657+
[-EnableNotificationsSubscriptions <Boolean>]
653658
```
654659

655660
## DESCRIPTION
@@ -2989,6 +2994,26 @@ Accept pipeline input: False
29892994
Accept wildcard characters: False
29902995
```
29912996

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+
29923017
### -EnableAzureADB2BIntegration
29933018

29943019
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)