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 @@ -57,6 +57,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
57
57
[-AutoAdmittedUsers <String>]
58
58
[-AutomaticallyStartCopilot <String>]
59
59
[-BlockedAnonymousJoinClientTypes <List>]
60
+ [-CaptchaVerificationForMeetingJoin <String>]
60
61
[-Confirm]
61
62
[-ContentSharingInExternalMeetings <String>]
62
63
[-Copilot <String>]
@@ -731,6 +732,26 @@ Accept pipeline input: False
731
732
Accept wildcard characters : False
732
733
` ` `
733
734
735
+ ### -CaptchaVerificationForMeetingJoin
736
+ Check that everyone joining from outside the company is a real person. This will prevent unwanted guests.
737
+
738
+ Possible values are:
739
+
740
+ - **NotRequired**, Captcha not required
741
+ - **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations
742
+
743
+ ` ` ` yaml
744
+ Type : String
745
+ Parameter Sets : (All)
746
+ Aliases :
747
+
748
+ Required : False
749
+ Position : Named
750
+ Default value : NotRequired
751
+ Accept pipeline input : False
752
+ Accept wildcard characters : False
753
+ ` ` `
754
+
734
755
### -Confirm
735
756
Prompts you for confirmation before running the cmdlet.
736
757
You can’t perform that action at this time.
0 commit comments