@@ -61,6 +61,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
61
61
[-AutoAdmittedUsers <String>]
62
62
[-AutomaticallyStartCopilot <String>]
63
63
[-BlockedAnonymousJoinClientTypes <List>]
64
+ [-CaptchaVerificationForAnonymousUsers <String>]
64
65
[-ChannelRecordingDownload <String>]
65
66
[-Confirm]
66
67
[-ConnectToMeetingControls <String>]
@@ -69,7 +70,6 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
69
70
[-CopyRestriction <Boolean>]
70
71
[-Description <String>]
71
72
[-DesignatedPresenterRoleMode <String>]
72
- [EnableAnonymousUserCaptcha <Boolean>]
73
73
[-EnrollUserOverride <String>]
74
74
[-ExternalMeetingJoin <String>]
75
75
[-Force]
@@ -767,6 +767,26 @@ Accept pipeline input: False
767
767
Accept wildcard characters : False
768
768
` ` `
769
769
770
+ ### -CaptchaVerificationForAnonymousUsers
771
+ Require a verification check for anonymous users
772
+
773
+ Possible values are:
774
+
775
+ - Disabled
776
+ - Enabled
777
+
778
+ ` ` ` yaml
779
+ Type : String
780
+ Parameter Sets : (All)
781
+ Aliases :
782
+
783
+ Required : False
784
+ Position : Named
785
+ Default value : Disabled
786
+ Accept pipeline input : False
787
+ Accept wildcard characters : False
788
+ ` ` `
789
+
770
790
### -ChannelRecordingDownload
771
791
Controls how channel meeting recordings are saved, permissioned, and who can download them.
772
792
@@ -909,21 +929,6 @@ Accept pipeline input: False
909
929
Accept wildcard characters : False
910
930
` ` `
911
931
912
- ### -EnableAnonymousUserCaptcha
913
- This setting enforce captcha for anonymous user while meeting join.
914
-
915
- ` ` ` yaml
916
- Type : Boolean
917
- Parameter Sets : (All)
918
- Aliases :
919
-
920
- Required : False
921
- Position : Named
922
- Default value : False
923
- Accept pipeline input : False
924
- Accept wildcard characters : False
925
- ` ` `
926
-
927
932
### -EnrollUserOverride
928
933
Possible values are:
929
934
0 commit comments