@@ -3,11 +3,13 @@ author: dlb233
33Locale : en-US
44Module Name : MicrosoftTeams
55ms.author : lingbodu
6- online version : https://learn.microsoft.com/powershell/module/microsoftteams/Get -CsTeamsRecordingAndTranscriptionCustomMessage
6+ online version : https://learn.microsoft.com/powershell/module/microsoftteams/get -CsTeamsRecordingAndTranscriptionCustomMessage
77schema : 2.0.0
88title : Get-CsTeamsRecordingAndTranscriptionCustomMessage
99---
1010
11+ # Get-CsTeamsRecordingAndTranscriptionCustomMessage
12+
1113> [ !NOTE]
1214> This feature has not been fully released yet, so the setting will have no effect.
1315
@@ -22,6 +24,7 @@ Get-CsTeamsRecordingAndTranscriptionCustomMessage [-Id <Guid>]
2224```
2325
2426## DESCRIPTION
27+
2528The strings defined in TeamsRecordingAndTranscriptionCustomMessage is used for display after recording or transcription is started in a meeting.
2629Based on the different scenarios when recording or transcription is enabled, we provide different keys for customization, as detailed below.
2730These strings will not take effect immediately after being created; they need to be associated with other configurations and policies.
@@ -31,18 +34,19 @@ This command will return existing TeamsRecordingAndTranscriptionCustomMessage by
3134## EXAMPLES
3235
3336### Example 1
34- ``` powershell
37+ ```
3538PS C:\> Get-CsTeamsRecordingAndTranscriptionCustomMessage
3639```
3740The command shown in Example 1 returns information for all the instances of TeamsRecordingAndTranscriptionCustomMessage that have been created.
3841
3942### Example 2
40- ``` powershell
43+ ```
4144PS C:\> Get-CsTeamsRecordingAndTranscriptionCustomMessage -Id '39dc3ede-c80e-4f19-9153-417a65a1f144'
4245```
4346In Example 2, information is returned for a single instance of a TeamsRecordingAndTranscriptionCustomMessage with the Id 39dc3ede-c80e-4f19-9153-417a65a1f144.
4447
4548## RELATED LINKS
49+
4650[ New-CsTeamsRecordingAndTranscriptionCustomMessage] ( https://learn.microsoft.com/powershell/module/microsoftteams/new-CsTeamsRecordingAndTranscriptionCustomMessage )
4751
4852[ Set-CsTeamsRecordingAndTranscriptionCustomMessage] ( https://learn.microsoft.com/powershell/module/microsoftteams/set-CsTeamsRecordingAndTranscriptionCustomMessage )
0 commit comments