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..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 @@ -267,6 +268,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### ParamSetMultipleSites @@ -394,6 +396,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### InformationBarrier @@ -519,6 +522,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled ] [-EnforceRequestDigest ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ### ParameterSetNameRestrictExternalSharing @@ -645,6 +649,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-RestrictResourceAccountAccess ] [-RestrictExternalSharingForAgents ] -RestrictExternalSharing [-AddAppIdToList] [-RemoveAppIdFromList] [-AllowFileArchive ] [-AllowFileArchiveByDefault ] [] + [-EnableNotificationsSubscriptions ] ``` ## DESCRIPTION @@ -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 Type: System.Boolean Parameter Sets: (All) @@ -2962,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