Skip to content

Commit 3003536

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 289bee6 commit 3003536

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

skype/skype-ps/skype/Set-CsTeamsMeetingPolicy.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,81 @@ Accept pipeline input: False
443443
Accept wildcard characters: False
444444
```
445445
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.
508+
509+
```yaml
510+
Type: Boolean
511+
Parameter Sets: (All)
512+
Aliases:
513+
514+
Required: False
515+
Position: Named
516+
Default value: None
517+
Accept pipeline input: False
518+
Accept wildcard characters: False
519+
```
520+
446521
## INPUTS
447522
448523
### System.Management.Automation.PSObject

0 commit comments

Comments
 (0)