I have tried to set Teams recording expiration date by using following command
''Set-CsTeamsMeetingPolicy -Identity Global -MeetingRecordingExpirationDays 9999'' but it shows error.
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
Please help on this.


