Forum Discussion
AmirShahzad
Feb 22, 2021Tin Contributor
Teams meeting recordings Redirection for specific users to a specific folder in OneDrive
Hi Guys, I have a task given to me for Teams. I'm not an expert in Teams surely. I need to redirect Teams Meeting Recordings for specific users who regularly record meetings to a specific fo...
dashmario2020
Apr 23, 2021Copper Contributor
Hi amir I believe you have to create a Teams for the 30 users and set a meeting policy for the users, you can then use a powershell cmd to set the meeting policy to onedrive.
Get-CsTeamsMeetingPolicy -Identity 'meeting
' | Set-CsTeamsMeetingPolicy -AllowEngagementReport Enabled
Get-CsTeamsMeetingPolicy -Identity 'meeting
' | Set-CsTeamsMeetingPolicy -AllowEngagementReport Enabled