meeting recordings
7 TopicsUpcoming change: disabling Teams meeting recording expiration notification emails
UPDATE: Please see the updated post on this topic here: Update: You can now control Teams Meeting Recording expiration notification emails | Microsoft Commu… Hello, We wanted to share an important update regarding email notifications for expired Microsoft Teams meeting recordings. Based on valuable feedback from our community, we’ve decided to make a change to how notifications are handled. What’s changing: Starting June 1st, we will stop sending email notifications for expired Microsoft Teams meeting recordings. We are making this change due to complaints we received from many customers about the high volume of notifications which they deemed low value. This change allows us to respect your preferences while ensuring critical communications remain accessible. Recording expiration and deletion policies remain unchanged and items that expire will be deleted even when notifications are not being sent. How to keep receiving notifications: For those customers that would like to continue receiving email notifications, we will create a new setting and make it available before June 1st. This will be a per-tenant setting. We will send another message center post once this setting is available and update our documentation in this discussion and on our support page. After June 1st: If you didn’t change notification settings before the deadline, you can still re-enable them at any time by running the PowerShell command. Note: Our original message center post incorrectly asked recipients to fill out a survey and failed to include a link to the survey. We are committed to providing options that work for your organization, and we would like to hear from you. If you have questions or additional feedback about this change, please complete this survey and join the discussion: Teams Meeting Recording Notification Changes – Fill out form Thank you for being part of our community.2.6KViews4likes6CommentsUpdate: You can now control Teams Meeting Recording expiration notification emails
Hey Teams community, We've heard the feedback. For admins and users managing a high volume of meetings, TMR expiration emails can pile up fast. We've been working on giving you control, and that control is now here. What's new Tenant admins can now use a PowerShell cmdlet to suppress Teams Meeting Recording expiration and deletion notification emails across their organization. Notifications stay on by default (no change if you do nothing), but if you'd like to turn them off, here's how. Prerequisites Latest version of SharePoint Online Management Shell (download here). Note, it's Windows-only, so you'll need a Windows machine or Azure Virtual Desktop SharePoint Admin or Global Admin permissions Steps 1. Connect to your tenant powershell Connect-SPOService -Url https://<your-tenant>-admin.sharepoint.com 2. Check the current value powershell Get-SPOTenant | Format-List *Recording* False = notifications currently on (default). True = notifications suppressed. 3. Suppress notifications powershell Set-SPOTenant -DisableTeamsMeetingRecordingDeletedNotification $true You'll see a confirmation prompt — enter Y to proceed. 4. Verify powershell (Get-SPOTenant).DisableTeamsMeetingRecordingDeletedNotification True means you're all set. No more expiration emails for your tenant. Want to turn them back on later? Just run the same command with $false. What doesn't change Recordings still expire and delete on the same schedule No per-user settings, no UI changes. This is purely a tenant-level admin toggle We'll keep monitoring feedback, and as always, drop your questions below.85Views2likes0CommentsUpdate to disabling Teams meeting recording expiration notification emails
Hello, Thank you to everyone who shared their thoughts and feedback regarding the planned Upcoming change: disabling Teams meeting recording expiration notification emails. After carefully reviewing the feedback from this discussion, survey responses, and support channels, we have decided to pause the rollout of this change. The updates originally planned for June 1st will not take effect on that date. What this means for you: - Email notifications for expired Teams meeting recordings will continue as they do today. - No action is required on your part. - Recording expiration and deletion policies remain unchanged. Your input along with ongoing, internal engineering discussions helped shaped this decision. We want to make sure that any changes we make to the notification experience truly work for your organizations, and the feedback we received made it clear that we need more time to get this right. We're still committed to improving the notification experience for Teams meeting recordings and will provide updates here and through the Message Center when we have more to share. In the meantime, please continue to share your thoughts in this discussion. Thank you for your patience and for being part of our community.327Views2likes2CommentsHow to prevent video from being cropped in a Teams recording?
Recently we recorded a video of a meeting. The meeting was hybrid where 4 of the main presenters were seated in the front of the room. We positioned the camera to have all 4 presenters in view. The output was correctly displayed in the room and on a separate laptop (all 4 presenters could be seen at all times). Upon reviewing the recording, only 1.5 of the presenters were visible, even when one of the other presenters was speaking. It seems that the "Fill frame" feature enabled itself for the recording, despite the person who recorded the meeting verifying that the "Fit to frame" option was selected on his device before recording. Is there a way to prevent videos from being automatically cropped in recordings?2KViews0likes3CommentsCreating a 7-day retention policy to target recordings and transcripts only
Hi everyone! As the title says, we are trying to create a 7-day retention policy that would target transcripts and recordings only without affecting emails and other mailbox artifacts. So this policy would have to delete the recordings and transcripts only after 7 days. Is there a way to do this? Thank you!Solved816Views0likes1CommentInterpreting Audit Records for Teams Meeting Recordings (Again)
Three years ago, I wrote a script to analyze the audit records generated for Teams meeting recordings. Then things changed in terms of how the audit records were generated and how the Search-UnifiedAuditLog cmdlet returns audit search results. All of which meant that considerable work was needed to revamp (rewrite) the script. Maybe you need to check any script that uses the Search-UnifiedAuditLog cmdlet too? https://office365itpros.com/2024/06/07/teams-meeting-recordings-june24/357Views0likes0CommentsTeams Meeting Recording Restrict Access To Students
Hi all, We are using Teams Meetings at our secondary school for online teaching and we advise teachers to record their meetings for safeguarding reasons. We only want our teachers to be able to access the videos however students can go into the chat history and download it. I can't see a way of blocking access when using either the Stream or OneDrive (Recordings Folder) save locations - it is shared by default to meeting participants (students). Does anyone know of a way to lock this down? Many thanksSolved15KViews1like8Comments