Forum Discussion

AB21805's avatar
AB21805
Bronze Contributor
Oct 02, 2020
Solved

Unable to change recordings from teams to go into Onedrive rather than stream

Hi All, 

 

I have having issues changing the teams recordings to go into onedrive as default rather than Stream 

 

I am using 

$session = New-CsOnlineSession -Credential $cred

Import-PSSession $session

 

Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode “OneDriveForBusiness”

 

Once I put this in I get this pop up for authentication  

 

 

Then I get this error when I take out Oauth and replace with my global admin account details 

 

 

Please help!

  • AB21805 Hello, don't use the built-in policy. It consists of predefined settings that can't be edited or changed by admins. Create a new policy instead.

     

    https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-restricted-anonymous-access

     

     

7 Replies

  • AB21805 Hello, exit PowerShell (terminate process) and try again. Usually you get the OAuth username prompt when being idle too long.

  • AB21805 

     

    Check this. 

     

    • Microsoft 365 Roadmap ID: https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.microsoft.com%2Fmicrosoft-365%2Froadmap%3Ffilters%3D%26featureid%3D67138&data=02%7C01%7Cswaminathan.arumugam%40ba.com%7Cb2e2a7e5b9fc4991e81308d866b25050%7Cddd66cceffe14029967c5e15ef73127f%7C0%7C0%7C637372263324262130&sdata=7YwIwclDZ5GJ%2FtAL1JmrBf7FnI1WCX4DtYU7z7TRseM%3D&reserved=0
    • Timing:
      • Early October (October 5, 2020) – You can enable the Teams Meeting policy to have meeting recordings saved to OneDrive and SharePoint instead of Microsoft Stream (Classic)
      • End of October (October 31, 2020) – Meeting recordings in OneDrive and SharePoint will have support for English captions via the Teams transcription feature.
      • Early to mid-November (Rolling out between November 1 -15 , 2020) – All new Teams meeting recordings will be saved to OneDrive and SharePoint unless you delay this change by modifying your organization’s Teams Meeting policies and explicitly setting them to “Stream”
      • Q1 2021 – No new meeting recordings can be saved to Microsoft Stream (Classic); all customers will automatically have meeting recordings saved to OneDrive and SharePoint even if they’ve changed their Teams meeting policies to Stream”
    • Rollout: Tenant level
    • AB21805's avatar
      AB21805
      Bronze Contributor

      Hi Swaminathan_Arumugam ChristianBergstrom 

       

      Still getting this error 

       

       

      Any ideas? I want the policy "RestrictedAnonymousAccess" to be able to save the recording to onedrive 

       

      If I use "global" instead of "RestrictedAnonymousAccess" It works but I dont want everyone to have this! 

       

      Please help!

      • ChristianBergstrom's avatar
        ChristianBergstrom
        Silver Contributor

        AB21805 Hello, don't use the built-in policy. It consists of predefined settings that can't be edited or changed by admins. Create a new policy instead.

         

        https://docs.microsoft.com/en-us/microsoftteams/meeting-policies-restricted-anonymous-access

         

         

Resources