Skip to content

Commit 13866d3

Browse files
authored
Add EnableNotificationsSubscriptions parameter
Add EnableNotificationsSubscriptions parameter to Set-SPOTenant
1 parent 97e90bc commit 13866d3

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

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

Lines changed: 26 additions & 1 deletion
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
@@ -395,6 +396,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
395396
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
396397
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
397398
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
399+
[-EnableNotificationsSubscriptions <Boolean>]
398400
```
399401

400402
### InformationBarrier
@@ -520,6 +522,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
520522
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
521523
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
522524
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
525+
[-EnableNotificationsSubscriptions <Boolean>]
523526
```
524527

525528
### ParameterSetNameRestrictExternalSharing
@@ -646,6 +649,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
646649
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
647650
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
648651
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
652+
[-EnableNotificationsSubscriptions <Boolean>]
649653
```
650654

651655
## DESCRIPTION
@@ -2950,7 +2954,7 @@ Accept wildcard characters: False
29502954
Enable or disable auto news digest. [Documentation](https://aka.ms/autonewsdigest) for auto news digest.
29512955

29522956
PARAMVALUE: True | False
2953-
2957+
https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks
29542958
```yaml
29552959
Type: System.Boolean
29562960
Parameter Sets: (All)
@@ -2963,6 +2967,27 @@ Accept pipeline input: False
29632967
Accept wildcard characters: False
29642968
```
29652969

2970+
### -EnableNotificationsSubscriptions
2971+
2972+
> Applicable: SharePoint Online
2973+
2974+
Enable or disable writing SharePoint News and Announcement notification to a hidden list (NewsNotificationList) in each user's My Site. This setting is an opt-in for SharePoint Online to emit notification data; third-party solutions must still create and manage webhook subscriptions to receive change notifications and then read the list to process new entries.
2975+
[Documentation](https://learn.microsoft.com/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) for SharePoint list web hooks.
2976+
2977+
PARAMVALUE: True | False
2978+
2979+
```yaml
2980+
Type: System.Boolean
2981+
Parameter Sets: (All)
2982+
Aliases:
2983+
2984+
Required: False
2985+
Position: Named
2986+
Default value: False
2987+
Accept pipeline input: False
2988+
Accept wildcard characters: False
2989+
```
2990+
29662991
### -EnableAzureADB2BIntegration
29672992

29682993
> Applicable: SharePoint Online

0 commit comments

Comments
 (0)