None of the Global admins in my company are able to use the PS Script: Set-CsTeamsMeetingPolicy -Identity Global -MeetingRecordingExpirationDays 50.
Trying to set the policy to the max days (99999) but we are all getting the following error: You are not permitted to invoke Set-CsTeamsMeetingPolicy with the following parameters:
MeetingRecordingExpirationDays
+ CategoryInfo : NotSpecified: (:) [Set-CsTeamsMeetingPolicy], ArgumentException
+ FullyQualifiedErrorId : System.ArgumentException,Microsoft.Rtc.Management.Internal.SetTeamsMeetingPolicyCmdlet
+ PSComputerName : api.interfaces.records.teams.microsoft.com
According to this article we should currently be able to do this: https://docs.microsoft.com/en-us/microsoftteams/cloud-recording

