diff --git a/teams/teams-ps/MicrosoftTeams/Get-CsTeamsRecordingAndTranscriptionCustomMessage.md b/teams/teams-ps/MicrosoftTeams/Get-CsTeamsRecordingAndTranscriptionCustomMessage.md
index 1856377200..2168fada36 100644
--- a/teams/teams-ps/MicrosoftTeams/Get-CsTeamsRecordingAndTranscriptionCustomMessage.md
+++ b/teams/teams-ps/MicrosoftTeams/Get-CsTeamsRecordingAndTranscriptionCustomMessage.md
@@ -10,10 +10,11 @@ title: Get-CsTeamsRecordingAndTranscriptionCustomMessage
# Get-CsTeamsRecordingAndTranscriptionCustomMessage
+## SYNOPSIS
+
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
-## SYNOPSIS
Return information about the instance of TeamsRecordingAndTranscriptionCustomMessage that have been configured for recording and transcription customized message.
## SYNTAX
diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionCustomMessage.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionCustomMessage.md
index 46b6d943fd..594ba7853b 100644
--- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionCustomMessage.md
+++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionCustomMessage.md
@@ -10,11 +10,11 @@ title: New-CsTeamsRecordingAndTranscriptionCustomMessage
# New-CsTeamsRecordingAndTranscriptionCustomMessage
+## SYNOPSIS
+
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
-## SYNOPSIS
-
Create a concrete prompt message setting in multiple languages and multiple scenarios to be displayed to participants after recording or transcription has started.
## SYNTAX
diff --git a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md
index b4f9670921..676c571d36 100644
--- a/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md
+++ b/teams/teams-ps/MicrosoftTeams/New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage.md
@@ -10,11 +10,11 @@ title: New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
# New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
+## SYNOPSIS
+
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
-## SYNOPSIS
-
Create a set of language-specific prompt messages to be displayed to participants after recording or transcription has started.
## SYNTAX
@@ -34,17 +34,29 @@ New-CsTeamsRecordingAndTranscriptionLocalizationCustomMessage
## DESCRIPTION
The strings defined by this command is used for display after recording or transcription is started in a meeting. Based on the different scenarios when recording or transcription is enabled, we provide different keys for customization, as detailed below.
These strings will not take effect immediately after being created; they need to be associated with other configurations and policies. Followings are the keys we support.
-### InitiatorImplicit
+
+InitiatorImplicit
+
User is recording or transcription initiator, recording or transcription consent policy is off for the organizer.
-### ParticipantImplicit
+
+ParticipantImplicit
+
Others in meeting or calling turns on the recording or transcription, recording or transcription consent policy is off for the organizer.
-### InitiatorExplicit
+
+InitiatorExplicit
+
User is recording or transcription initiator, recording or transcription consent policy is on for the organizer.
-### ParticipantExplicitRequested
+
+ParticipantExplicitRequested
+
Others in meeting or calling turns on the recording or transcription, recording or transcription consent policy is on for the organizer. Current consent state is required the attendee to give the consent to recording and transcription.
-### ParticipantExplicitProvided
+
+ParticipantExplicitProvided
+
Others in meeting or calling turns on the recording or transcription, recording or transcription consent policy is on for the organizer. Current consent state is attendee has given the consent to recording and transcription.
-### AgreementDialogue
+
+AgreementDialogue
+
Others in meeting or calling turns on the recording or transcription, recording or transcription consent policy is on for the organizer. User clicks the mute, share screen or turn on camera, then a confirm dialog will show to the user.
In most cases, we directly use the custom string to overwrite the original string content. For example, under normal circumstances, when the meeting organizer starts recording, the prompt shown to regular participants is "Started by XXX. By attending this meeting, you agree to being included." If you set the ParticipantImplicit string to "This meeting will be recorded." and successfully apply it to the organizer, then regular participants will see: "Started by XXX. This meeting will be recorded."
diff --git a/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsRecordingAndTranscriptionCustomMessage.md b/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsRecordingAndTranscriptionCustomMessage.md
index ad0e577aad..7995ef7813 100644
--- a/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsRecordingAndTranscriptionCustomMessage.md
+++ b/teams/teams-ps/MicrosoftTeams/Remove-CsTeamsRecordingAndTranscriptionCustomMessage.md
@@ -9,11 +9,12 @@ title: Remove-CsTeamsRecordingAndTranscriptionCustomMessage
---
# Remove-CsTeamsRecordingAndTranscriptionCustomMessage
-> [!NOTE]
-> This feature has not been fully released yet, so the setting will have no effect.
## SYNOPSIS
+> [!NOTE]
+> This feature has not been fully released yet, so the setting will have no effect.
+
Remove information about the instance of TeamsRecordingAndTranscriptionCustomMessage that have been configured for recording and transcription customized message.
## SYNTAX
diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsRecordingAndTranscriptionCustomMessage.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsRecordingAndTranscriptionCustomMessage.md
index 46f8338a2c..ba5981243a 100644
--- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsRecordingAndTranscriptionCustomMessage.md
+++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsRecordingAndTranscriptionCustomMessage.md
@@ -10,11 +10,11 @@ title: Set-CsTeamsRecordingAndTranscriptionCustomMessage
# Set-CsTeamsRecordingAndTranscriptionCustomMessage
+## SYNOPSIS
+
> [!NOTE]
> This feature has not been fully released yet, so the setting will have no effect.
-## SYNOPSIS
-
Modifies an existing TeamsRecordingAndTranscriptionCustomMessage settings in your tenant, It will affect the RecordingAndTranscriptionCustomMessageIdentifier policy that has already been applied, thereby modifying the prompt messages seen by users and user groups assigned to this policy after recording or transcription is started.
## SYNTAX