SOLVED

Teams Meeting Recordings stored in OD/SP - opt in visible from Teams Admin GUI?

Brass Contributor

I see that TMR will be stored on OneDrive/SharePoint by default unless explicitly opted out. The opt-in/opt-out looks pretty straight forward via PowerShell (Set -RecordingStorageMode to "OneDriveForBusiness") but is there not a way to validate in our Teams Admin GUI? 

 

Thank you in advance,

Morghan

2 Replies
best response confirmed by mdcastorena (Brass Contributor)
Solution
Hello, that is correct. This can only be managed using PowerShell.

Thank you @ChristianBergstrom. I'll post the steps I took here in case they're helpful to anyone else:

 

 

 

Once connected to Teams module, run:

Get-CsTeamsMeetingPolicy

 

The line you're verifying in the output is:

RecordingStorageMode : OneDriveForBusiness

1 best response

Accepted Solutions
best response confirmed by mdcastorena (Brass Contributor)
Solution
Hello, that is correct. This can only be managed using PowerShell.

View solution in original post