Message Center
Published Mar 6, 2026
Updated June 10,March 9, 2026: We have updated the timeline.content. Thank you for your patience.
Introduction
We are introducing a new PowerShell control that allows administrators to manageTo reduce notification noise and improve signal quality, Microsoft will disable Teams Meeting Recording (TMR)expiration notification emails. Customer feedback indicates these emails generate high volume with minimal engagement. Only the email notifications are being removed; recording 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 informedbehavior remains unchanged.
When this will happen
June 2,1, 2026
How this affects your organization
Who is affected:
Platforms/Services:
What will happen:
Action Required / RecommendationsWhat you can do to prepare
If you prefer to disable notifications, follow these steps:
To disable notifications:Compliance considerations
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
No compliance considerations identified; review as appropriate for your organization.