From 97e90bc810ec18b54db42e368902a00b8c544bc9 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Sun, 25 Jan 2026 22:26:42 -0800 Subject: [PATCH 1/2] Learn Editor: Update Set-SPOTenant.md --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index 219b5a1c3..fb8f5c570 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -267,6 +267,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### ParamSetMultipleSites From 13866d37f7efe37ce480a14ae05316e22e7915f1 Mon Sep 17 00:00:00 2001 From: "Divyachapan S. Padur" Date: Mon, 26 Jan 2026 22:20:12 -0800 Subject: [PATCH 2/2] Add EnableNotificationsSubscriptions parameter Add EnableNotificationsSubscriptions parameter to Set-SPOTenant --- .../Set-SPOTenant.md | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index fb8f5c570..6adc77352 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -141,6 +141,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### ParameterSetContentTypeSyncSiteTemplatesList @@ -395,6 +396,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### InformationBarrier @@ -520,6 +522,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### ParameterSetNameRestrictExternalSharing @@ -646,6 +649,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] -RestrictExternalSharing [-AddAppIdToList] [-RemoveAppIdFromList] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ## DESCRIPTION @@ -2950,7 +2954,7 @@ Accept wildcard characters: False Enable or disable auto news digest. [Documentation](https://aka.ms/autonewsdigest) for auto news digest. PARAMVALUE: True | False - +https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks ```yaml Type: System.Boolean Parameter Sets: (All) @@ -2963,6 +2967,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -EnableNotificationsSubscriptions + +> Applicable: SharePoint Online + +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. +[Documentation](https://learn.microsoft.com/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) for SharePoint list web hooks. + +PARAMVALUE: True | False + +```yaml +Type: System.Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnableAzureADB2BIntegration > Applicable: SharePoint Online