Forum Discussion
ABill1
Oct 02, 2020Iron Contributor
Allowing recordings to onedrive for specified users/policy
Hi All, I am using the below to enable recordings to be saved in onedrive: Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode “OneDriveForBusiness” BUT I do not want to enable c...
- Oct 05, 2020
ABill1 Hi, I just want to update this conversation as you already have another one closed that I replied. So to the others, the policy besides the Global (which worked) was RestrictedAnonymousAccess so I recommended to create a new policy instead.
Oct 02, 2020
I think the problem you might be facing is that the ODFB recording is not yet in your tenant
ABill1
Oct 02, 2020Iron Contributor
only issue is when I allow cloud recording for all global then run Set-CsTeamsMeetingPolicy -Identity Global -RecordingStorageMode “OneDriveForBusiness”
I get no error but if I run
Set-CsTeamsMeetingPolicy -Identity "policyname" -RecordingStorageMode “OneDriveForBusiness”
I get the error in the first post
Can I confirm : Set-CsTeamsMeetingPolicy -Identity "policyname" -RecordingStorageMode “OneDriveForBusiness” is the correct code to use?