Skip to content

Commit

Permalink
Acrolinx: "to bypass to bypass" ×2
Browse files Browse the repository at this point in the history
  • Loading branch information
garycentric committed Oct 25, 2024
1 parent 59d4006 commit bae215b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Teams/who-can-bypass-meeting-lobby.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,15 @@ Set-CsTeamsEventsPolicy -Identity <policy name> -AutoAdmittedUsers Everyone

#### Only allow people in my org, trusted orgs, and guests to bypass the lobby

To only allow people in your org, trusted orgs, and guests to bypass to bypass the lobby in meetings and webinars created by organizers with this policy, use the following script:
To only allow people in your org, trusted orgs, and guests to bypass the lobby in meetings and webinars created by organizers with this policy, use the following script:

```powershell
Set-CsTeamsEventsPolicy -Identity <policy name> -AutoAdmittedUsers EveryoneInSameAndFederatedCompany
```

#### Only allow people in my org and guests to bypass the lobby

To only allow people in your org and guests to bypass to bypass the lobby in meetings and webinars created by organizers with this policy, use the following script:
To only allow people in your org and guests to bypass the lobby in meetings and webinars created by organizers with this policy, use the following script:

```powershell
Set-CsTeamsEventsPolicy -Identity <policy name> -AutoAdmittedUsers EveryoneInCompany
Expand Down

0 comments on commit bae215b

Please sign in to comment.