File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
61
61
[-AutoAdmittedUsers <String>]
62
62
[-AutomaticallyStartCopilot <String>]
63
63
[-BlockedAnonymousJoinClientTypes <List>]
64
+ [-CaptchaVerificationForMeetingJoin <String>]
64
65
[-ChannelRecordingDownload <String>]
65
66
[-Confirm]
66
67
[-ConnectToMeetingControls <String>]
@@ -766,6 +767,26 @@ Accept pipeline input: False
766
767
Accept wildcard characters : False
767
768
` ` `
768
769
770
+ ### -CaptchaVerificationForMeetingJoin
771
+ Check that everyone joining from outside the company is a real person. This will prevent unwanted guests.
772
+
773
+ Possible values:
774
+
775
+ - **NotRequired**, Captcha not required
776
+ - **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations
777
+
778
+ ` ` ` yaml
779
+ Type : String
780
+ Parameter Sets : (All)
781
+ Aliases :
782
+
783
+ Required : False
784
+ Position : Named
785
+ Default value : NotRequired
786
+ Accept pipeline input : False
787
+ Accept wildcard characters : False
788
+ ` ` `
789
+
769
790
### -ChannelRecordingDownload
770
791
Controls how channel meeting recordings are saved, permissioned, and who can download them.
771
792
You can’t perform that action at this time.
0 commit comments