Published Mar 6, 2026
Message Center
Updated June 5,10, 2026: We have updated the content and 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
How this affects your organization
Who is affected:
Platforms/Services:
What will happen:
Action Required / Recommendations
If you prefer to disable notifications, follow these steps:
To disable notifications:
Connect-SPOService -Url https://
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $true
To verify the setting:
Get-SPOTenant | Format-List *Recording*
(Get-SPOTenant).DisableTeamsMeetingRecordingDeletedNotification
To re-enable notifications:
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $false
Updated June 5, 2026: We have updated the content and 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
How this affects your organization
Who is affected:
Platforms/Services:
What will happen:
Action Required / Recommendations
If you prefer to disable notifications, follow these steps:
To disable notifications:
Connect-SPOService -Url https://
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $true
To verify the setting:
Get-SPOTenant | Format-List *Recording*
(Get-SPOTenant).DisableTeamsMeetingRecordingDeletedNotification
To re-enable notifications:
Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $false