@@ -93,10 +93,12 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
93
93
[-LiveCaptionsEnabledType <String>]
94
94
[-LiveInterpretationEnabledType <String>]
95
95
[-LiveStreamingMode <String>]
96
+ [-LobbyChat <String> ]
96
97
[-MediaBitRateKb <UInt32>]
97
98
[-MeetingChatEnabledType <String>]
98
99
[-MeetingInviteLanguages <String>]
99
100
[-NewMeetingRecordingExpirationDays <Int32>]
101
+ [-NoiseSuppressionForDialInParticipants <String>]
100
102
[-ParticipantNameChange <String>]
101
103
[-PreferredMeetingProviderForIslandsMode <String>]
102
104
[-QnAEngagementMode <String>]
@@ -1369,6 +1371,29 @@ Accept pipeline input: False
1369
1371
Accept wildcard characters : False
1370
1372
` ` `
1371
1373
1374
+ ## -LobbyChats
1375
+
1376
+ NOTE: This feature has not been released yet and will have no changes if it is enabled or disabled.
1377
+
1378
+ Determines whether chat messages are allowed in the lobby.
1379
+
1380
+ Possible values are:
1381
+
1382
+ - Enabled
1383
+ - Disabled
1384
+
1385
+ ` ` ` yaml
1386
+ Type : String
1387
+ Parameter Sets : (All)
1388
+ Aliases :
1389
+
1390
+ Required : False
1391
+ Position : Named
1392
+ Default value : None
1393
+ Accept pipeline input : False
1394
+ Accept wildcard characters : False
1395
+ ` ` `
1396
+
1372
1397
### -MediaBitRateKb
1373
1398
Determines the media bit rate for audio/video/app sharing transmissions in meetings.
1374
1399
@@ -1433,6 +1458,30 @@ Type: Int32
1433
1458
Parameter Sets: (All)
1434
1459
Aliases:
1435
1460
1461
+ Required: False
1462
+ Position: Named
1463
+ Default value: None
1464
+ Accept pipeline input: False
1465
+ Accept wildcard characters: False
1466
+ ` ` `
1467
+ # ## -NoiseSuppressionForDialInParticipants
1468
+
1469
+ NOTE : This feature has not been released yet and will have no changes if it is enabled or disabled.
1470
+
1471
+ Control Noises Supression Feature for PST legs joining a meeting.
1472
+
1473
+ Possible Values :
1474
+
1475
+ - MicrosoftDefault
1476
+ - Enabled
1477
+ - Disabled
1478
+
1479
+ ` ` ` yaml
1480
+ Type: String
1481
+ Parameter Sets: (All)
1482
+ Aliases:
1483
+ Applicable: Microsoft Teams
1484
+
1436
1485
Required: False
1437
1486
Position: Named
1438
1487
Default value: None
@@ -1837,6 +1886,7 @@ Possible values:
1837
1886
- Everyone
1838
1887
- EveryoneInCompany
1839
1888
1889
+
1840
1890
` ` ` yaml
1841
1891
Type: String
1842
1892
Parameter Sets: (All)
0 commit comments