Commands › Microsoft Teams

Get-CsTeamsRecordingAndTranscriptionCustomMessage

Microsoft Teams MicrosoftTeams Get-*

> [!NOTE] > This feature has not been fully released yet, so the setting will have no effect. Return information about the instance of TeamsRecordingAndTranscriptionCustomMessage that have been configured for recording and transcription customized message.

Quick start script

# Get-CsTeamsRecordingAndTranscriptionCustomMessage — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId

# 2. Run and inspect
Get-CsTeamsRecordingAndTranscriptionCustomMessage | Format-List

# 3. Export for evidence / drift tracking
Get-CsTeamsRecordingAndTranscriptionCustomMessage | Export-Clixml .\CsTeamsRecordingAndTranscriptionCustomMessage-$(Get-Date -Format yyyyMMdd).xml

Syntax

Get-CsTeamsRecordingAndTranscriptionCustomMessage [-Id <Guid>]

Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.