Skip to content

Commit 5d7666d

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent dee781b commit 5d7666d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
6161
[-AutoAdmittedUsers <String>]
6262
[-AutomaticallyStartCopilot <String>]
6363
[-BlockedAnonymousJoinClientTypes <List>]
64+
[-CaptchaVerificationForMeetingJoin <String>]
6465
[-ChannelRecordingDownload <String>]
6566
[-Confirm]
6667
[-ConnectToMeetingControls <String>]
@@ -766,6 +767,26 @@ Accept pipeline input: False
766767
Accept wildcard characters: False
767768
```
768769
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+
769790
### -ChannelRecordingDownload
770791
Controls how channel meeting recordings are saved, permissioned, and who can download them.
771792

0 commit comments

Comments
 (0)