Skip to content

Commit 9ac9e85

Browse files
authored
Enhance Set-SPOTenant.md with -StopAlerts parameter
Added -StopAlerts parameter to Set-SPOTenant documentation, detailing its purpose and usage for managing classic SharePoint Alerts.
1 parent 8ad2eb3 commit 9ac9e85

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

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

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
133133
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
134134
[-DefaultContentCenterSite <String>]
135135
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
136-
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>] [<CommonParameters>]
136+
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
137+
[-StopAlerts <Boolean>] [<CommonParameters>]
137138
```
138139

139140
### ParameterSetContentTypeSyncSiteTemplatesList
@@ -252,7 +253,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
252253
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
253254
[-DefaultContentCenterSite <String>]
254255
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
255-
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>] [<CommonParameters>]
256+
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
257+
[-StopAlerts <Boolean>] [<CommonParameters>]
256258
```
257259

258260
### ParamSetMultipleSites
@@ -372,7 +374,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
372374
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
373375
[-DefaultContentCenterSite <String>]
374376
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
375-
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>] [<CommonParameters>]
377+
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
378+
[-StopAlerts <Boolean>] [<CommonParameters>]
376379
```
377380

378381
### InformationBarrier
@@ -490,7 +493,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
490493
[-OpticalCharacterRecognitionSelectedSitesListOperation <SelectedSitesListOperations>]
491494
[-DefaultContentCenterSite <String>]
492495
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
493-
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>] [<CommonParameters>]
496+
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
497+
[-StopAlerts <Boolean>] [<CommonParameters>]
494498
```
495499

496500
### ParameterSetNameRestrictExternalSharing
@@ -609,7 +613,8 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
609613
[-DefaultContentCenterSite <String>]
610614
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-EnforceRequestDigest <Boolean>]
611615
[-RestrictResourceAccountAccess <Boolean>] [-RestrictExternalSharingForAgents <Boolean>]
612-
[-RestrictExternalSharing] <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList] [<CommonParameters>]
616+
[-RestrictExternalSharing] <Guid[]> [-AddAppIdToList] [-RemoveAppIdFromList]
617+
[-StopAlerts <Boolean>] [<CommonParameters>]
613618
```
614619

615620
## DESCRIPTION
@@ -5495,6 +5500,29 @@ Accept pipeline input: False
54955500
Accept wildcard characters: False
54965501
```
54975502

5503+
### -StopAlerts
5504+
This parameter allows turning off classic SharePoint Alerts ahead of the announced deprecation on July 1st 2026.
5505+
5506+
The valid values are:
5507+
5508+
* False (default) - The classic SharePoint Alerts feature is not turned off.
5509+
* True - The classic SharePoint Alerts feature is turned off and no classic Alert emails are send.
5510+
5511+
> [!NOTE]
5512+
> This setting supports the [classic SharePoint Alerts retirement](https://aka.ms/retirement/alerts/support) as it allows administrators to disable classic SharePoint Alerts before the feature retires on July 1st 2026.
5513+
5514+
```yaml
5515+
Type: Boolean
5516+
Parameter Sets: (All)
5517+
Aliases:
5518+
Applicable: SharePoint Online
5519+
Required: False
5520+
Position: Named
5521+
Default value: False
5522+
Accept pipeline input: False
5523+
Accept wildcard characters: False
5524+
```
5525+
54985526
### -StopNew2010Workflows
54995527

55005528
Prevents creation of new SharePoint 2010 classic workflows.

0 commit comments

Comments
 (0)