-
Notifications
You must be signed in to change notification settings - Fork 196
Update Set-SPOTenant.md #1094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aditisrivastava07
merged 8 commits into
MicrosoftDocs:main
from
divyachapan:docs-editor/Set-SPOTenant-1769408798
Feb 4, 2026
Merged
Update Set-SPOTenant.md #1094
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
97e90bc
Learn Editor: Update Set-SPOTenant.md
divyachapan 13866d3
Add EnableNotificationsSubscriptions parameter
divyachapan efda47e
Update Set-SPOTenant.md for notifications clarity
divyachapan 9dc2328
Update EnableNotificationsSubscriptions description
divyachapan 3e14c13
Update EnableNotificationsSubscriptions documentation
divyachapan aa2cba4
Merge branch 'main' into docs-editor/Set-SPOTenant-1769408798
divyachapan 32b30fd
Fix links and enhance descriptions in Set-SPOTenant.md
divyachapan ada91c1
Update EnableNotificationsSubscriptions documentation
divyachapan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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>] | ||
| ``` | ||
|
|
||
| ### ParameterSetContentTypeSyncSiteTemplatesList | ||
|
|
@@ -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 | ||
|
|
@@ -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 | ||
|
|
@@ -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 | ||
|
|
@@ -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 | ||
|
|
@@ -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 | ||
|
divyachapan marked this conversation as resolved.
|
||
| Type: System.Boolean | ||
| Parameter Sets: (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. | ||
| [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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
| 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 | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.