Skip to content

Commit 36bdada

Browse files
authored
Merge pull request #12078 from MicrosoftDocs/main
Publish main to live 08/16/2024, 3:30 PM
2 parents a1b6797 + 442a9e4 commit 36bdada

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
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>]
@@ -738,6 +739,26 @@ Accept pipeline input: False
738739
Accept wildcard characters: False
739740
```
740741
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+
741762
### -Confirm
742763
Prompts you for confirmation before running the cmdlet.
743764

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

Lines changed: 23 additions & 2 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>]
@@ -768,6 +769,26 @@ Accept pipeline input: False
768769
Accept wildcard characters: False
769770
```
770771
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+
771792
### -ChannelRecordingDownload
772793
Controls how channel meeting recordings are saved, permissioned, and who can download them.
773794
@@ -804,7 +825,7 @@ Accept wildcard characters: False
804825
```
805826
806827
### -ConnectToMeetingControls
807-
Allows external connections of thirdparty apps to teams
828+
Allows external connections of thirdparty apps to Microsoft Teams
808829
809830
Possible values are:
810831
- Enabled
@@ -817,7 +838,7 @@ Aliases:
817838

818839
Required: False
819840
Position: Named
820-
Default value: Disabled
841+
Default value: Enabled
821842
Accept pipeline input: False
822843
Accept wildcard characters: False
823844
```

0 commit comments

Comments
 (0)