Skip to content

Commit dee781b

Browse files
authored
Update New-CsTeamsMeetingPolicy.md
1 parent 53fb8aa commit dee781b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
5757
[-AutoAdmittedUsers <String>]
5858
[-AutomaticallyStartCopilot <String>]
5959
[-BlockedAnonymousJoinClientTypes <List>]
60+
[-CaptchaVerificationForMeetingJoin <String>]
6061
[-Confirm]
6162
[-ContentSharingInExternalMeetings <String>]
6263
[-Copilot <String>]
@@ -731,6 +732,26 @@ Accept pipeline input: False
731732
Accept wildcard characters: False
732733
```
733734
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+
734755
### -Confirm
735756
Prompts you for confirmation before running the cmdlet.
736757

0 commit comments

Comments
 (0)