MC1245635 High Major change
(Updated) Upcoming change: disabling Teams meeting recording expiration notification emails
Summary AI-generated
Admins can now control Teams meeting recording expiration and deletion notification emails tenant-wide via a SharePoint Online PowerShell setting; notifications remain enabled by default.
Suggested actions AI-generated
- Update SharePoint Online Management Shell
- Review internal documentation if referencing recording notifications
- Inform helpdesk/support teams of new control option
- Use provided PowerShell cmdlet to disable or enable notifications as needed
Written by Azure OpenAI (gpt-4.1) from the text of the post below. It can be incomplete or wrong; the original post is authoritative.
Similar posts
Search for more like this- MC1194071 Coming soon: IT admins will be able to customize recording and transcription notifications in Teams
- MC1194603 Manage version expiration for audio and video files in SharePoint Online
- MC1426709 Microsoft Teams: Custom recording and transcription notifications now available for 1:1 calls
- MC1324282 (Updated) Support for disabling file previews in Microsoft Teams
- MC1454399 Microsoft Clipchamp: Updates to the EnableSensitivityLabelForVideoFiles PowerShell setting
- MC1242772 Set expiration policies for "People in your organization" sharing links in SharePoint and OneDrive
Original post from Microsoft
Updated June 10, 2026: We have updated the timeline. Thank you for your patience.
Introduction
We are introducing a new PowerShell control that allows administrators to manage Teams Meeting Recording (TMR) expiration and deletion notification emails across the tenant. This update is based on customer feedback indicating a strong preference to continue receiving notifications while also requesting an option to disable them. This change provides greater administrative control while maintaining the default experience that helps users stay informed
When this will happen
- Commercial clouds: Rollout began May 29, 2026; completed June 2, 2026
- Sovereign clouds (GCC, GCC High, DoD): Available now.
How this affects your organization
Who is affected:
- SharePoint Administrators and Global Administrators managing Teams Meeting Recordings
Platforms/Services:
- Microsoft Teams
- SharePoint Online
- PowerShell (SharePoint Online Management Shell)
What will happen:
- A new PowerShell setting is available to control notification emails for Teams meeting recording expiration and deletion
- Notifications remain enabled by default; no action is required to maintain the current behavior.
- Admins can disable notifications tenant-wide using a PowerShell cmdlet.
- There is no impact to recording expiration or deletion behavior—only the notification emails are affected.
- This setting applies at the tenant level only; per-user configuration is not supported.
Action Required / Recommendations
- No action is required if you want to continue receiving Teams meeting recording notification emails
If you prefer to disable notifications, follow these steps:
- Ensure you are using the latest version of the SharePoint Online Management Shell:
- Download from the SharePoint Online Management Shell page
- Note that:
- The installer is Windows-only
- For non-Windows environments, use a Windows VM or Azure Virtual Desktop
- Verify you have required permissions:
- SharePoint Administrator or Global Administrator
- Review and update internal documentation if you reference recording notifications
- Inform helpdesk/support teams about this new control option
To disable notifications:
Connect-SPOService -Url https://<your-tenant>-admin.sharepoint.com</your-tenant>
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $true
To verify the setting:
Get-SPOTenant | Format-List *Recording*
(Get-SPOTenant).DisableTeamsMeetingRecordingDeletedNotification
To re-enable notifications:
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $false
Additional details from Microsoft
- Summary
- A new PowerShell setting lets admins control Teams meeting recording expiration and deletion notification emails tenant-wide. Notifications remain enabled by default; admins can disable or re-enable them using PowerShell. No change occurs to recording expiration or deletion, and no action is needed to keep current notifications.