Skip to content

Commit f181595

Browse files
authored
Merge branch 'main' into VikneshMSFT-patch-1
2 parents 5d2a4db + 04ece07 commit f181595

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

teams/teams-ps/teams/New-CsTeamsEmergencyCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Accept wildcard characters: False
155155
```
156156
157157
### -NotificationGroup
158-
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
158+
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified. Both UPN and SMTP address are accepted when adding users directly.
159159
160160
```yaml
161161
Type: String

teams/teams-ps/teams/Set-CsTeamsEmergencyCallingPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Accept wildcard characters: False
149149
```
150150
151151
### -NotificationGroup
152-
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified.
152+
NotificationGroup is an email list of users and groups to be notified of an emergency call via Teams chat. Individual users or groups are separated by ";", for instance, "[email protected];[email protected]". A maximum of 10 e-mail addresses can be specified and a maximum of 50 users in total can be notified. Both UPN and SMTP address are accepted when adding users directly.
153153
154154
```yaml
155155
Type: String

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,10 +1202,14 @@ Accept wildcard characters: False
12021202
```
12031203

12041204
### -SpeakerAttributionMode
1205+
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.
1206+
12051207
Possible values:
12061208

1207-
- EnabledUserOverride
1208-
- Disabled
1209+
- **Enabled**: Speakers are identified in transcription.
1210+
- **EnabledUserOverride**: Speakers are identified in transcription. If enabled, users can override this setting and choose not to be identified in their Teams profile settings.
1211+
- **DisabledUserOverride**: Speakers are not identified in transcription. If enabled, users can override this setting and choose to be identified in their Teams profile settings.
1212+
- **Disabled**: Speakers are not identified in transcription.
12091213

12101214
```yaml
12111215
Type: String

0 commit comments

Comments
 (0)