Skip to content

Commit 53fb8aa

Browse files
authored
Merge pull request #11786 from kpyapali/main
Remove Meeting Policy setting from doc - EnableAnonymousUserCaptcha
2 parents 9883014 + 969cc80 commit 53fb8aa

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
6363
[-CopyRestriction <Boolean>]
6464
[-Description <String>]
6565
[-DesignatedPresenterRoleMode <String>]
66-
[EnableAnonymousUserCaptcha <Boolean>]
6766
[-EnrollUserOverride <String>]
6867
[-ExternalMeetingJoin <String>]
6968
[-Force]
@@ -835,21 +834,6 @@ Accept pipeline input: False
835834
Accept wildcard characters: False
836835
```
837836
838-
### -EnableAnonymousUserCaptcha
839-
This setting enforce captcha for anonymous user while meeting join.
840-
841-
```yaml
842-
Type: Boolean
843-
Parameter Sets: (All)
844-
Aliases:
845-
846-
Required: False
847-
Position: Named
848-
Default value: False
849-
Accept pipeline input: False
850-
Accept wildcard characters: False
851-
```
852-
853837
### -EnrollUserOverride
854838
Possible values are:
855839

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Set-CsTeamsMeetingPolicy [[-Identity] <XdsIdentity>]
6969
[-CopyRestriction <Boolean>]
7070
[-Description <String>]
7171
[-DesignatedPresenterRoleMode <String>]
72-
[EnableAnonymousUserCaptcha <Boolean>]
7372
[-EnrollUserOverride <String>]
7473
[-ExternalMeetingJoin <String>]
7574
[-Force]
@@ -909,21 +908,6 @@ Accept pipeline input: False
909908
Accept wildcard characters: False
910909
```
911910
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-
927911
### -EnrollUserOverride
928912
Possible values are:
929913

0 commit comments

Comments
 (0)