Forum Discussion

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

Saving recording of a meeting into onedrive

Hi!

 

I have enabled the policy to allow users from a particular meeting policy to be able to record meetings and put into one drive 

 

But this doesn't seem to work, the meeting doesn't appear in one drive and is still downloadable in the teams chat?

 

Can someone please help? 

 

  • AB21805 Just use Get-CsTeamsMeetingPolicy -Identity xxxx and look for the RecordingStorageMode parameter.

     

    Bear in mind that even though you may have changed it and it says "OneDriveForBusiness" it still takes time for it to take effect in your tenant.

    • AB21805's avatar
      AB21805
      Bronze Contributor

      Hi ChristianBergstrom 

       

      I have managed to get all users needed into the policy used Get-CsBatchPolicyAssignmentOperation -OperationId "IDnumber" | fl and allowed recording with Set-CsTeamsMeetingPolicy -Identity Staff -RecordingStorageMode “OneDriveForBusiness” 

       

      There isn't a way to check if allowed recording is set to ondrive is there? As there is for checking if users are in a particular meeting policy.

       

      Thanks

       

       

      • ChristianBergstrom's avatar
        ChristianBergstrom
        Silver Contributor

        AB21805 Just use Get-CsTeamsMeetingPolicy -Identity xxxx and look for the RecordingStorageMode parameter.

         

        Bear in mind that even though you may have changed it and it says "OneDriveForBusiness" it still takes time for it to take effect in your tenant.

Resources