Skip to content

Commit f6c8830

Browse files
Merge pull request #1094 from divyachapan/docs-editor/Set-SPOTenant-1769408798
Update Set-SPOTenant.md
2 parents cc6aede + ada91c1 commit f6c8830

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

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

146147
### ParameterSetContentTypeSyncSiteTemplatesList
@@ -267,6 +268,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
267268
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
268269
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
269270
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
271+
[-EnableNotificationsSubscriptions <Boolean>]
270272
```
271273

272274
### ParamSetMultipleSites
@@ -394,6 +396,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
394396
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
395397
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
396398
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
399+
[-EnableNotificationsSubscriptions <Boolean>]
397400
```
398401

399402
### InformationBarrier
@@ -519,6 +522,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
519522
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
520523
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
521524
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
525+
[-EnableNotificationsSubscriptions <Boolean>]
522526
```
523527

524528
### ParameterSetNameRestrictExternalSharing
@@ -645,6 +649,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
645649
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
646650
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
647651
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
652+
[-EnableNotificationsSubscriptions <Boolean>]
648653
```
649654

650655
## DESCRIPTION
@@ -2962,6 +2967,26 @@ Accept pipeline input: False
29622967
Accept wildcard characters: False
29632968
```
29642969

2970+
### -EnableNotificationsSubscriptions
2971+
2972+
> Applicable: SharePoint Online
2973+
2974+
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).
2975+
2976+
PARAMVALUE: True | False
2977+
2978+
```yaml
2979+
Type: System.Boolean
2980+
Parameter Sets: (All)
2981+
Aliases:
2982+
2983+
Required: False
2984+
Position: Named
2985+
Default value: False
2986+
Accept pipeline input: False
2987+
Accept wildcard characters: False
2988+
```
2989+
29652990
### -EnableAzureADB2BIntegration
29662991

29672992
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)