Skip to content

Commit d54322e

Browse files
authored
Update Get-CsTeamsRecordingAndTranscriptionCustomMessage.md
1 parent 2f1f06a commit d54322e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsTeamsRecordingAndTranscriptionCustomMessage.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ author: dlb233
33
Locale: en-US
44
Module Name: MicrosoftTeams
55
ms.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
77
schema: 2.0.0
88
title: 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+
2528
The strings defined in TeamsRecordingAndTranscriptionCustomMessage is used for display after recording or transcription is started in a meeting.
2629
Based on the different scenarios when recording or transcription is enabled, we provide different keys for customization, as detailed below.
2730
These 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+
```
3538
PS C:\> Get-CsTeamsRecordingAndTranscriptionCustomMessage
3639
```
3740
The command shown in Example 1 returns information for all the instances of TeamsRecordingAndTranscriptionCustomMessage that have been created.
3841

3942
### Example 2
40-
```powershell
43+
```
4144
PS C:\> Get-CsTeamsRecordingAndTranscriptionCustomMessage -Id '39dc3ede-c80e-4f19-9153-417a65a1f144'
4245
```
4346
In 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

Comments
 (0)