Forum Discussion
AB21805
Oct 05, 2020Bronze Contributor
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.
- ChristianBergstromSilver Contributor
AB21805 Hello, as previously mentioned it will take quite some time for the policy to take effect.
- AB21805Bronze Contributor
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
- ChristianBergstromSilver 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.