Powershell Cmdlet Meeting Policy Disable Recording Transcript Expiration -1 |top|
# Set expiration to 2 years instead of indefinite Set-CsTeamsMeetingPolicy -Identity "Global" -RecordingsAndTranscriptsExpirationDays 730
This command ensures that in your organization subject to the Global policy will have transcripts that never expire. # Set expiration to 2 years instead of
Set-CsTeamsMeetingPolicy -Identity "Executives" -AllowTranscription $true -MeetingRecordingExpirationDays -1 # Set expiration to 2 years instead of
Set-CsTeamsMeetingPolicy -Identity Global -AllowTranscription $true -MeetingRecordingExpirationDays -1 # Set expiration to 2 years instead of