Forum Discussion
Allowing recordings to onedrive for specified users/policy
- 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.
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?
The feature just got announced and its probably still rolling out, I'd suggest you wait a bit.
- ABill1Oct 05, 2020Iron Contributor
Hi VasilMichev
Ok, is there a way of finding out when it will reach our tenant? Like I said its weird that I can enable for the Global policy without an error but not specific meeting policies.
Thanks
- ChristianBergstromOct 05, 2020Silver Contributor
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.