Skip to content

Commit e3a19ca

Browse files
authored
Update Set-CsTeamsMeetingPolicy.md
1 parent 2fcb369 commit e3a19ca

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

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

Lines changed: 21 additions & 16 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+
[-CaptchaVerificationForAnonymousUsers <String>]
6465
[-ChannelRecordingDownload <String>]
6566
[-Confirm]
6667
[-ConnectToMeetingControls <String>]
@@ -69,7 +70,6 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
6970
[-CopyRestriction <Boolean>]
7071
[-Description <String>]
7172
[-DesignatedPresenterRoleMode <String>]
72-
[EnableAnonymousUserCaptcha <Boolean>]
7373
[-EnrollUserOverride <String>]
7474
[-ExternalMeetingJoin <String>]
7575
[-Force]
@@ -767,6 +767,26 @@ Accept pipeline input: False
767767
Accept wildcard characters: False
768768
```
769769
770+
### -CaptchaVerificationForAnonymousUsers
771+
Require a verification check for anonymous users
772+
773+
Possible values are:
774+
775+
- Disabled
776+
- Enabled
777+
778+
```yaml
779+
Type: String
780+
Parameter Sets: (All)
781+
Aliases:
782+
783+
Required: False
784+
Position: Named
785+
Default value: Disabled
786+
Accept pipeline input: False
787+
Accept wildcard characters: False
788+
```
789+
770790
### -ChannelRecordingDownload
771791
Controls how channel meeting recordings are saved, permissioned, and who can download them.
772792
@@ -909,21 +929,6 @@ Accept pipeline input: False
909929
Accept wildcard characters: False
910930
```
911931
912-
### -EnableAnonymousUserCaptcha
913-
This setting enforce captcha for anonymous user while meeting join.
914-
915-
```yaml
916-
Type: Boolean
917-
Parameter Sets: (All)
918-
Aliases:
919-
920-
Required: False
921-
Position: Named
922-
Default value: False
923-
Accept pipeline input: False
924-
Accept wildcard characters: False
925-
```
926-
927932
### -EnrollUserOverride
928933
Possible values are:
929934

0 commit comments

Comments
 (0)