We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2fcbf commit 2fcb369Copy full SHA for 2fcb369
teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
@@ -733,16 +733,21 @@ Accept wildcard characters: False
733
```
734
735
### -CaptchaVerificationForAnonymousUsers
736
-This setting enforce captcha for anonymous user while meeting join.
+Require a verification check for anonymous users
737
+
738
+Possible values are:
739
740
+- Disabled
741
+- Enabled
742
743
```yaml
-Type: Boolean
744
+Type: String
745
Parameter Sets: (All)
746
Aliases:
747
748
Required: False
749
Position: Named
-Default value: False
750
+Default value: Disabled
751
Accept pipeline input: False
752
Accept wildcard characters: False
753
0 commit comments