File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-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>]
@@ -738,6 +739,26 @@ Accept pipeline input: False
738
739
Accept wildcard characters : False
739
740
` ` `
740
741
742
+ ### -CaptchaVerificationForMeetingJoin
743
+ Check that everyone joining from outside the company is a real person. This will prevent unwanted guests.
744
+
745
+ Possible values are:
746
+
747
+ - **NotRequired**, Captcha not required
748
+ - **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations
749
+
750
+ ` ` ` yaml
751
+ Type : String
752
+ Parameter Sets : (All)
753
+ Aliases :
754
+
755
+ Required : False
756
+ Position : Named
757
+ Default value : NotRequired
758
+ Accept pipeline input : False
759
+ Accept wildcard characters : False
760
+ ` ` `
761
+
741
762
### -Confirm
742
763
Prompts you for confirmation before running the cmdlet.
743
764
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>]
@@ -768,6 +769,26 @@ Accept pipeline input: False
768
769
Accept wildcard characters : False
769
770
` ` `
770
771
772
+ ### -CaptchaVerificationForMeetingJoin
773
+ Check that everyone joining from outside the company is a real person. This will prevent unwanted guests.
774
+
775
+ Possible values:
776
+
777
+ - **NotRequired**, Captcha not required
778
+ - **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations
779
+
780
+ ` ` ` yaml
781
+ Type : String
782
+ Parameter Sets : (All)
783
+ Aliases :
784
+
785
+ Required : False
786
+ Position : Named
787
+ Default value : NotRequired
788
+ Accept pipeline input : False
789
+ Accept wildcard characters : False
790
+ ` ` `
791
+
771
792
### -ChannelRecordingDownload
772
793
Controls how channel meeting recordings are saved, permissioned, and who can download them.
773
794
You can’t perform that action at this time.
0 commit comments