Hello!
This post explains very clear and straight forward steps of how to connect MS Teams through the PowerShell and update the MS teams meeting policy for switching the recordings storage from stream to OneDrive and SharePoint.
Step1: Bring up the Windows PowerShell ISE with run as administrator and follow the below commands.
Step2: Install-Module MicrosoftTeams
Step3: Connect-MicrosoftTeams

Step4: The final step to update the MS Teams Meeting policy of recordings storage from stream to OneDrive.
Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode "OneDriveForBusiness"
I hope this works as explained above for storage switching, let me know if you have any questions just sending an email to chirannjevi@outlook.com.
Comments