Skip to main content
Version: 2.1.0

CIS.M365.8.5.3 - (L1) Ensure only people in my org can bypass the lobby

Overview​

8.5.3 (L1) Ensure only people in my org can bypass the lobby

This policy setting controls who can join a meeting directly and who must wait in the lobby until they're admitted by an organizer, co-organizer, or presenter of the meeting.

The recommended state is People who were invited or more restrictive.

Rationale​

For meetings that could contain sensitive information, it is best to allow the meeting organizer to vet anyone not directly sent an invite before admitting them to the meeting. This will also prevent the anonymous user from using the meeting link to have meetings at unscheduled times.

Impact​

Individuals who are not part of the organization will have to wait in the lobby until they're admitted by an organizer, co-organizer, or presenter of the meeting.

Any individual who dials into the meeting regardless of status will also have to wait in the lobby. This includes internal users who are considered unauthenticated when dialing in.

Remediation action:​

  1. Navigate to Microsoft Teams Admin Center.
  2. Select Settings & policies > Global (Org-wide default) settings.
  3. Select Meetings to open the meeting settings section.
  4. Under meeting join & lobby set Who can bypass the lobby to People who were invited or a more restrictive value: People in my org, Only organizers and co-organizers.
PowerShell​
  1. Connect to Teams PowerShell using Connect-MicrosoftTeams.
  2. Run the following command to set the recommended state:
Set-CsTeamsMeetingPolicy -Identity Global -AutoAdmittedUsers "InvitedUsers"

Note: More restrictive values EveryoneInCompanyExcludingGuests or OrganizerOnly are also in compliance.

Test Metadata​

FieldValue
Test IDCIS.M365.8.5.3
SeverityMedium
SuiteCIS
CategoryCIS E3 Level 1
PowerShell testTest-MtCisTeamsLobbyBypass
TagsCIS, CIS E3, CIS E3 Level 1, CIS M365 v6.0.1, CIS.M365.8.5.3, L1

Source​

  • Pester test: tests/cis/Test-MtCisTeamsLobbyBypass.Tests.ps1
  • PowerShell source: powershell/public/cis/Test-MtCisTeamsLobbyBypass.ps1