You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md
+75Lines changed: 75 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -443,6 +443,81 @@ Accept pipeline input: False
443
443
Accept wildcard characters: False
444
444
```
445
445
446
+
### -MeetingChatEnabledType
447
+
Specify if users will be able to chat in meetings. Possible values are: Disabled,Enabled.
448
+
449
+
```yaml
450
+
Type: String
451
+
Parameter Sets: (All)
452
+
Aliases:
453
+
454
+
Required: False
455
+
Position: Named
456
+
Default value: None
457
+
Accept pipeline input: False
458
+
Accept wildcard characters: False
459
+
```
460
+
461
+
### -AllowPrivateMeetNow
462
+
This setting controls whether a user can start an ad hoc private meeting.
463
+
464
+
```yaml
465
+
Type: Boolean
466
+
Parameter Sets: (All)
467
+
Aliases:
468
+
469
+
Required: False
470
+
Position: Named
471
+
Default value: None
472
+
Accept pipeline input: False
473
+
Accept wildcard characters: False
474
+
```
475
+
476
+
### -AllowAnonymousUsersToDialOut
477
+
Determines whether anonymous users are allowed to dial out to a PSTN number. Set this to TRUE to allow anonymous users to dial out. Set this to FALSE to prohibit anonymous users from dialing out.
478
+
479
+
```yaml
480
+
Type: Boolean
481
+
Parameter Sets: (All)
482
+
Aliases:
483
+
484
+
Required: False
485
+
Position: Named
486
+
Default value: None
487
+
Accept pipeline input: False
488
+
Accept wildcard characters: False
489
+
```
490
+
491
+
### -LiveCaptionsEnabledType
492
+
This parameter is reserved for internal Microsoft use.
493
+
494
+
```yaml
495
+
Type: String
496
+
Parameter Sets: (All)
497
+
Aliases:
498
+
499
+
Required: False
500
+
Position: Named
501
+
Default value: None
502
+
Accept pipeline input: False
503
+
Accept wildcard characters: False
504
+
```
505
+
506
+
### -AllowOrganizersToOverrideLobbySettings
507
+
This parameter is reserved for internal Microsoft use.
0 commit comments