Lompat ke konten

Powershell Cmdlet Disable Meeting Recording Transcript Expiration -1 ★ Updated

This setting applies to the Transcript file (the text/VTT file) and the recording associated with it. By default, if a recording expires, the transcript expires with it. Setting this to 0 ensures both remain available.

You must have the installed and be a Global Administrator or Teams Administrator. This setting applies to the Transcript file (the

"Value -1 is not a valid value for NewMeetingRecordingExpirationDays" if a recording expires

Get-CsTeamsMeetingPolicy -Identity Global | Select-Object NewMeetingRecordingExpirationDays Use code with caution. Key Considerations Microsoft Learn Manage Teams recording policies for meetings and events This setting applies to the Transcript file (the

Use the Get-CsTeamsMeetingPolicy cmdlet to confirm the value is correctly set. powershell

Set-CsTeamsMeetingPolicy -Identity Global -NewMeetingRecordingExpirationDays 99999