Forum Discussion
Saving recording of a meeting into onedrive
- Oct 05, 2020
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.
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
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.
- AB21805Oct 08, 2020Bronze Contributor
I have waited and still the recording is available to download to everyone in post also doesnt appear in my onedrive.
Is there something im doing wrong?
Get-CsTeamsMeetingPolicy -Identity Staff
and got the following
It has been over 48 hours any ideas?
Thanks
- ChristianBergstromOct 08, 2020Silver ContributorHello! On mobile so will be brief. Looks good. Two things, first it could very well take 48+ hours depending on your business size. Second, verify that this ”Staff” policy also is assigned to the affected user. Go to ’Users’ in Teams admin portal, look at all the assigned policies. Under ’Meeting policy’ is it the ”Staff” policy? If it is, wait until tomorrow and if it still doesn’t work then you should open up a support ticket with Microsoft.
- AB21805Oct 09, 2020Bronze Contributor
All users have been put in staff I did double check this aswel and still no luck! How do I open a support call with Microsoft?
Is there a particular place to do this? Im assuming the response is not quick from them?
- AB21805Oct 05, 2020Bronze Contributor