@@ -57,13 +57,13 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
57
57
[-AutoAdmittedUsers <String>]
58
58
[-AutomaticallyStartCopilot <String>]
59
59
[-BlockedAnonymousJoinClientTypes <List>]
60
+ [-CaptchaVerificationForAnonymousUsers <Boolean>]
60
61
[-Confirm]
61
62
[-ContentSharingInExternalMeetings <String>]
62
63
[-Copilot <String>]
63
64
[-CopyRestriction <Boolean>]
64
65
[-Description <String>]
65
66
[-DesignatedPresenterRoleMode <String>]
66
- [EnableAnonymousUserCaptcha <Boolean>]
67
67
[-EnrollUserOverride <String>]
68
68
[-ExternalMeetingJoin <String>]
69
69
[-Force]
@@ -732,6 +732,21 @@ Accept pipeline input: False
732
732
Accept wildcard characters : False
733
733
` ` `
734
734
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
+
735
750
### -Confirm
736
751
Prompts you for confirmation before running the cmdlet.
737
752
@@ -835,21 +850,6 @@ Accept pipeline input: False
835
850
Accept wildcard characters : False
836
851
` ` `
837
852
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
-
853
853
### -EnrollUserOverride
854
854
Possible values are:
855
855
0 commit comments