Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
Comment thread
divyachapan marked this conversation as resolved.
```

### ParameterSetContentTypeSyncSiteTemplatesList
Expand Down Expand Up @@ -267,6 +268,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
```

### ParamSetMultipleSites
Expand Down Expand Up @@ -394,6 +396,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
```

### InformationBarrier
Expand Down Expand Up @@ -519,6 +522,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
```

### ParameterSetNameRestrictExternalSharing
Expand Down Expand Up @@ -645,6 +649,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
-RestrictExternalSharing <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
[-AllowFileArchive <Boolean>] [-AllowFileArchiveByDefault <Boolean>] [<CommonParameters>]
[-EnableNotificationsSubscriptions <Boolean>]
```

## DESCRIPTION
Expand Down Expand Up @@ -2949,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
Comment thread
divyachapan marked this conversation as resolved.
Type: System.Boolean
Parameter Sets: (All)
Expand All @@ -2962,6 +2967,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableNotificationsSubscriptions

> Applicable: SharePoint Online

Enable or disable writing SharePoint News and Announcement notifications 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 create and manage webhook subscriptions to receive change notifications and then read the list to process new entries for triggering their own notifications for the user. Notificaitons for Likes and comments on News posts are not in scope for this setting.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likes

what's the right casing? #Closed

Copy link
Copy Markdown
Contributor

@samkabue samkabue Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a hidden list (NewsNotificationList)

question one might ask is, if it's a hidden list, why is it being mentioned here? (i.e., hidden from whom?) #Closed

Copy link
Copy Markdown
Contributor Author

@divyachapan divyachapan Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hidden means this wont show in the my site navigation. This feature is not meant to be available to end users as it's more aimed towards like an administrator

Copy link
Copy Markdown
Contributor

@samkabue samkabue Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This setting is an opt-in

This is an opt-in setting reads better? Maybe we should have M365 Copilot polish the string "based on Microsoft 365 Writing Style Guide" #Closed

[Documentation](https://learn.microsoft.com/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) for SharePoint list web hooks.
[Documentation](https://learn.microsoft.com/viva/connections/viva-connections-news-notifications#when-notifications-are-sent-via-microsoft-teams) for SharePoint news notifications.
[Documentation](https://learn.microsoft.com/viva/connections/announcements-viva-connections) for Announcements.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Do inline hrefs where you add the link inline to the description itself, not after, e.g.
...manage [webhook](/sharepoint/dev/apis/webhooks/lists/overview-sharepoint-list-webhooks) solutions...
  1. Use relative links (remove everything before .com) #Closed


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
Expand Down