Powershell Cmdlet Disable Meeting Recording Transcript Expiration -1 [2021] -

✅ , set it to the maximum allowed:

New-RetentionCompliancePolicy -Name "Keep Recordings Forever" -TeamsChannelLocation "All" New-RetentionComplianceRule -Name "No Expiration" -Policy "Keep Recordings Forever" -RetentionDuration Unlimited There is no disable meeting recording transcript expiration -1 PowerShell cmdlet in Microsoft Teams. Recommended alternative (effectively disable): ✅ , set it to the maximum allowed:

It looks like you’re trying to use a PowerShell cmdlet to disable expiration for Microsoft Teams meeting recordings or transcripts by setting something to -1 (often meaning “never expire” in some systems). ✅ , set it to the maximum allowed:

Set-CsTeamsMeetingPolicy -Identity Global -NewMeetingRecordingExpirationDays 99999 ✅ , set it to the maximum allowed: