Teams – A new meeting policy setting is available to control dial-in user to bypass the lobby

A new setting is becoming available for Teams meeting policies to control how dial-in users are handled when joining the meeting.

With this new setting, dial-in users are bypassing the lobby by default.

You can control it by editing the Allow dial-in users to bypass the lobby setting in the meeting policy from the portal

image_thumb

or by using the Teams PowerShell module by turning on or off the AllowPSTNUsersToBypassLobby parameter

NOTE the meeting policy CMDlet’s are available with the Skype for Business PowerShell module (available here https://www.microsoft.com/download/details.aspx?id=39366)

Import-Module SkypeOnlineConnector

$sfbSession = New-CsOnlineSession

Import-PSSession $sfbSession

Set-CsTeamsMeetingPolicy –Identity <Teams Meeting Policy> –AllowPSTNUsersToBypassLobby $true or $false

Teams – Meeting organizer can now manage meeting options from the client

The meeting organizer of a Teams meeting can now update the meeting option from the client.

Read More

Teams – Update for the automatic admittance in Teams Meeting

As you know, when setting up a Teams meeting you can define who can be automatically admitted to join the meeting, defined by your Teams...

Read More

Teams – You can manage Teams Meeting backgrounds

As you know Teams has been allowing end-users to either blur or set a custom background for their meeting.

Read More