Skip to content

Commit ae2fcbf

Browse files
authored
Add new Meeting Policy setting - CaptchaVerificationForAnonymousUsers
1 parent 109dcaa commit ae2fcbf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
5757
[-AutoAdmittedUsers <String>]
5858
[-AutomaticallyStartCopilot <String>]
5959
[-BlockedAnonymousJoinClientTypes <List>]
60+
[-CaptchaVerificationForAnonymousUsers <Boolean>]
6061
[-Confirm]
6162
[-ContentSharingInExternalMeetings <String>]
6263
[-Copilot <String>]
6364
[-CopyRestriction <Boolean>]
6465
[-Description <String>]
6566
[-DesignatedPresenterRoleMode <String>]
66-
[EnableAnonymousUserCaptcha <Boolean>]
6767
[-EnrollUserOverride <String>]
6868
[-ExternalMeetingJoin <String>]
6969
[-Force]
@@ -732,6 +732,21 @@ Accept pipeline input: False
732732
Accept wildcard characters: False
733733
```
734734
735+
### -CaptchaVerificationForAnonymousUsers
736+
This setting enforce captcha for anonymous user while meeting join.
737+
738+
```yaml
739+
Type: Boolean
740+
Parameter Sets: (All)
741+
Aliases:
742+
743+
Required: False
744+
Position: Named
745+
Default value: False
746+
Accept pipeline input: False
747+
Accept wildcard characters: False
748+
```
749+
735750
### -Confirm
736751
Prompts you for confirmation before running the cmdlet.
737752
@@ -835,21 +850,6 @@ Accept pipeline input: False
835850
Accept wildcard characters: False
836851
```
837852
838-
### -EnableAnonymousUserCaptcha
839-
This setting enforce captcha for anonymous user while meeting join.
840-
841-
```yaml
842-
Type: Boolean
843-
Parameter Sets: (All)
844-
Aliases:
845-
846-
Required: False
847-
Position: Named
848-
Default value: False
849-
Accept pipeline input: False
850-
Accept wildcard characters: False
851-
```
852-
853853
### -EnrollUserOverride
854854
Possible values are:
855855

0 commit comments

Comments
 (0)