From b60b58b94f6befff1990eb94ed26327bc5a6dcb9 Mon Sep 17 00:00:00 2001 From: sunnydeng Date: Tue, 2 Jun 2026 17:18:18 +0800 Subject: [PATCH 1/2] Update documents for SpeakerAttributionMode to better describe the expected behavior --- .../MicrosoftTeams/Set-CsTeamsMeetingPolicy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 8e0a316695..6ca4e48db4 100644 --- a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md @@ -1824,10 +1824,10 @@ Determines if users are identified in transcriptions and if they can change the 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 transcripts. +- **EnabledUserOverride**: By default, speakers are identified in meeting captions and transcripts. 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 transcripts. Users can override this setting and choose to be identified in their Teams profile settings. +- **Disabled**: Speakers are not identified in meeting captions and transcripts. ```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 ``` From 62f3dd088c8fc64f479134cc29526f50fd351421 Mon Sep 17 00:00:00 2001 From: sunnydeng Date: Tue, 2 Jun 2026 17:29:18 +0800 Subject: [PATCH 2/2] update --- .../MicrosoftTeams/Set-CsTeamsMeetingPolicy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/MicrosoftTeams/Set-CsTeamsMeetingPolicy.md index 6ca4e48db4..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 meeting captions and transcripts. -- **EnabledUserOverride**: By default, speakers are identified in meeting captions and transcripts. 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 transcripts. Users can override this setting and choose to be identified in their Teams profile settings. -- **Disabled**: Speakers are not identified in meeting captions and transcripts. +- **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