-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15909 from MicrosoftDocs/main
Publish main to live, Tuesday 10:30 AM PST, 10/29
- Loading branch information
Showing
17 changed files
with
137 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
--- | ||
title: Require verification checks to join Teams meetings and webinars in your org | ||
ms.author: wlibebe | ||
author: wlibebe | ||
manager: pamgreen | ||
ms.reviewer: nraghavan | ||
ms.date: 10/29/2024 | ||
ms.topic: how-to | ||
ms.tgt.pltfrm: cloud | ||
ms.service: msteams | ||
audience: Admin | ||
appliesto: | ||
- Microsoft Teams | ||
ms.localizationpriority: medium | ||
search.appverid: MET150 | ||
f1.keywords: | ||
- CSH | ||
ms.custom: | ||
ms.collection: | ||
- M365-collaboration | ||
- m365initiative-meetings | ||
- highpri | ||
- Tier1 | ||
description: Learn how to require verification checks for Microsoft Teams meetings and webinars in your org to prevent bots from joining. | ||
--- | ||
|
||
# Require verification checks to join Teams meetings and webinars in your org | ||
|
||
**APPLIES TO:** ![Image of a checkmark for yes](media/circle-check.png) Meetings ![Image of a checkmark for yes](media/circle-check.png) Webinars ![Image of a x for no](media/x-for-no.png) Town halls | ||
|
||
For a seamless experience, it's important to manage how anonymous participants join meetings and webinars in your org. Anonymous participants include users who join a Teams meeting without signing in, via the Teams web app, or through external meeting platforms. | ||
|
||
If your organizers allow anonymous users to bypass the lobby, web bots might join and disrupt their meetings and webinars. As an admin, you can require human verification checks for anonymous users to join meetings in your org. Requiring a CAPTCHA challenge can prevent unwanted web-based bots from joining, recording, and causing disturbances in meetings and webinars. | ||
|
||
:::image type="content" source="media/captcha-audio-small.png" alt-text="Screenshot of a user named Daniela completing an audio CAPTCHA challenge to join a meeting." lightbox="media/captcha-audio-expand.png"::: | ||
:::image type="content" source="media/captcha-text-small.png" alt-text="Screenshot of a user named Daniela completing a text CAPTCHA challenge to join a meeting." lightbox="media/captcha-text-expand.png"::: | ||
|
||
## Manage verification checks for meetings and webinars in your org | ||
|
||
You can use the Teams admin center or PowerShell manage verification checks for meetings and webinars in your org. You could also use a sensitivity label in Purview or a meeting template to require verification checks. To use meeting templates and sensitivity labels, you must have a Teams Premium license. | ||
|
||
|Teams admins center policy value |PowerShell setting value | Behavior| | ||
|---------|---------|---------------| | ||
|Not required|NotRequired| **This is the default value**. When organizers with this policy create meetings and webinars, no users in that meeting complete a verification check before joining the meeting.| | ||
|Anonymous users|AnonymousUsers| When organizers with this policy create meetings and webinars, anonymous users must complete a verification check before joining the meeting.| | ||
|Anonymous users and people from untrusted organizations|AnonymousUsersAndUntrustedOrganizations| When organizers with this policy create meetings and webinars, anonymous users and people from untrusted organizations must complete a verification check before joining the meeting. | | ||
|
||
### Manage verification checks in the Teams admin center | ||
|
||
1. Open the Teams admin center. | ||
2. Expand **Meetings** from the navigation pane. | ||
3. Under **Meetings**, select **Meeting Policies**. | ||
4. Either select an existing policy or create a new one. | ||
5. Navigate to the **Meeting join & lobby** section and select one of the following options for **Require a verification check from:** | ||
- Not required (default) | ||
- Anonymous users | ||
- Anonymous users and people from untrusted organizations | ||
6. Select **Save** | ||
|
||
### Manage verification checks using PowerShell | ||
|
||
To manage how users in your org use Copilot for Teams meetings and events, use the **`-CaptchaVerificationForMeetingJoin`** parameter within the PowerShell [**CsTeamsMeetingPolicy**](/powershell/module/teams/set-csteamsmeetingpolicy) cmdlet. | ||
|
||
To require anonymous users to complete a verification check before joining the meetings and webinars created by organizers with this policy, use the following script: | ||
|
||
```PowerShell | ||
Set-CsTeamsMeetingPolicy -Identity <policy name> -CaptchaVerificationForMeetingJoin AnonymousUsers | ||
``` | ||
|
||
Use the following script to require anonymous users and users from untrusted organizations to complete a verification check before joining meetings and webinars created by organizers under this policy: | ||
|
||
```PowerShell | ||
Set-CsTeamsMeetingPolicy -Identity <policy name> -CaptchaVerificationForMeetingJoin AnonymousUsersAndUntrustedOrganizations | ||
``` | ||
|
||
## Client and platform support | ||
|
||
### Supported | ||
|
||
Requiring verification checks is supported on the following surfaces and clients: | ||
|
||
**Clients:** Teams (T2.1, T2.2), Outlook | ||
|
||
**Platforms:** Desktop, Web, Virtualized Desktop Infrastructure (VDI), and mobile application (iOS and Android) | ||
|
||
### Not supported | ||
|
||
Requiring verification checks isn't supported on the following surfaces and clients: | ||
|
||
**Clients:** Cloud Video Interop (CVI), Azure Communication Services (ACS) platform | ||
|
||
**Platforms:** Third party devices | ||
|
||
## Related articles | ||
|
||
- [Manage meeting templates in Microsoft Teams - Microsoft Teams | Microsoft Learn](manage-meeting-templates.md) | ||
- [Use Teams meeting templates, sensitivity labels, and admin policies together for sensitive meetings](meeting-templates-sensitivity-labels-policies.md) | ||
- [Configure Teams meetings with baseline protection - Microsoft Teams | Microsoft Learn](configure-meetings-baseline-protection.md) | ||
- [Configure Teams meetings with protection for sensitive data](configure-meetings-sensitive-protection.md) | ||
- [Configure Teams meetings with protection for highly sensitive data](configure-meetings-highly-sensitive-protection.md) | ||
- [Overview of custom meeting templates in Microsoft Teams](custom-meeting-templates-overview.md) | ||
- [IT admins - Create a custom meeting template in Microsoft Teams](create-custom-meeting-template.md) | ||
- [Use sensitivity labels to protect calendar items, Teams meetings, and chat](meeting-templates-sensitivity-labels-policies.md) | ||
- [Plan for Teams meetings](plan-meetings.md) | ||
- [Plan for Teams webinars](plan-webinars.md) | ||
- [Plan for Teams town halls](plan-town-halls.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.