diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 8e0a316695..d1904afd8d 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -1820,14 +1820,14 @@ Accept wildcard characters: False ``` ### -SpeakerAttributionMode -Determines if users are identified in transcriptions and if they can change the value of the _Automatically identify me in meeting captions and transcripts_ setting. +Determines if users are identified in captions and transcriptions (both persisted and non-persisted) and if they can change the value of the _Automatically identify me in meeting captions and transcripts_ setting. Possible values: -- **Enabled**: Speakers are identified in transcription. -- **EnabledUserOverride**: Speakers are identified in transcription. If enabled, users can override this setting and choose not to be identified in their Teams profile settings. -- **DisabledUserOverride**: Speakers are not identified in transcription. If enabled, users can override this setting and choose to be identified in their Teams profile settings. -- **Disabled**: Speakers are not identified in transcription. +- **Enabled**: Speakers are identified in meeting captions and transcriptions. +- **EnabledUserOverride**: By default, speakers are identified in meeting captions and transcriptions. Users can override this setting and choose not to be identified in their Teams profile settings. +- **DisabledUserOverride**: By default, speakers are not identified in meeting captions and transcriptions. Users can override this setting and choose to be identified in their Teams profile settings. +- **Disabled**: Speakers are not identified in meeting captions and transcriptions. ```yaml Type: String @@ -1836,7 +1836,7 @@ Aliases: Required: False Position: Named -Default value: None +Default value: EnabledUserOverride Accept pipeline input: False Accept wildcard characters: False ```