diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 779f35ef9d..fb992768d2 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -57,6 +57,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-AutoAdmittedUsers ] [-AutomaticallyStartCopilot ] [-BlockedAnonymousJoinClientTypes ] + [-CaptchaVerificationForMeetingJoin ] [-Confirm] [-ContentSharingInExternalMeetings ] [-Copilot ] @@ -731,6 +732,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CaptchaVerificationForMeetingJoin +Check that everyone joining from outside the company is a real person. This will prevent unwanted guests. + +Possible values are: + +- **NotRequired**, Captcha not required +- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: NotRequired +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 45fdf6c8ed..0fb3b2b1d1 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -61,6 +61,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-AutoAdmittedUsers ] [-AutomaticallyStartCopilot ] [-BlockedAnonymousJoinClientTypes ] + [-CaptchaVerificationForMeetingJoin ] [-ChannelRecordingDownload ] [-Confirm] [-ConnectToMeetingControls ] @@ -766,6 +767,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -CaptchaVerificationForMeetingJoin +Check that everyone joining from outside the company is a real person. This will prevent unwanted guests. + +Possible values: + +- **NotRequired**, Captcha not required +- **AnonymousUsersAndUntrustedOrganizations**, Anonymous users and people from untrusted organizations + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: NotRequired +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ChannelRecordingDownload Controls how channel meeting recordings are saved, permissioned, and who can download them.