Skip to content

Commit 2fcb369

Browse files
authored
Update New-CsTeamsMeetingPolicy.md
1 parent ae2fcbf commit 2fcb369

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,16 +733,21 @@ Accept wildcard characters: False
733733
```
734734
735735
### -CaptchaVerificationForAnonymousUsers
736-
This setting enforce captcha for anonymous user while meeting join.
736+
Require a verification check for anonymous users
737+
738+
Possible values are:
739+
740+
- Disabled
741+
- Enabled
737742
738743
```yaml
739-
Type: Boolean
744+
Type: String
740745
Parameter Sets: (All)
741746
Aliases:
742747

743748
Required: False
744749
Position: Named
745-
Default value: False
750+
Default value: Disabled
746751
Accept pipeline input: False
747752
Accept wildcard characters: False
748753
```

0 commit comments

Comments
 (0)