Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Your Lync 2010 client joins an online meeting in an unmuted state after you schedule the online meeting


View products that this article applies to.

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.

↑ Back to the top


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."

↑ Back to the top


Keywords: kbqfe, kbsurveynew, kbfix, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2703318
Revision : 1
Created on : 1/7/2017
Published on : 10/9/2012
Exists online : False
Views : 172