Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You run both Microsoft Outlook and Microsoft Lync 2010 on a computer.

  • You install the Microsoft Conferencing Add-in for Outlook.

  • You schedule an online meeting in Outlook and invite one or more users to join the meeting.

  • You and the users who you invited click Join Online Meeting to join the meeting.

In this scenario, your Lync 2010 client joins the meeting in an unmuted state, and the other users' Lync 2010 clients join the meeting in a muted state. This is the default behavior.

Resolution

To make your Lync 2010 client join the meeting in a muted state, install the following cumulative update:

2701664 Description of the cumulative update package for Lync 2010: June 2012
After the update is installed, the environment administrator must run the following cmdlets in Lync Server Management Shell to apply a client policy:

$x = New-CsClientPolicyEntry -Name "JoinOrganizerMutedtoScheduledMeeting" -Value "True"

$y = Get-CsClientPolicy -Identity Policy_Identity

$y.PolicyEntry.Add($x)

Set-CsClientPolicy -Instance $y
Note In this command, "Policy_Identity"is a placeholder for the policy identity. For example, you can use "Global."

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×