Conectați-vă cu Microsoft
Conectați-vă sau creați un cont
Salut,
Selectați un alt cont.
Aveți mai multe conturi
Alegeți contul cu care doriți să vă conectați.
Engleză
Ne pare rău. Acest articol nu este disponibil în limba dvs.

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

Aveți nevoie de ajutor suplimentar?

Doriți mai multe opțiuni?

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.

Au fost utile aceste informații?

Ce v-a afectat experiența?
Apăsând pe Trimitere, feedbackul dvs. va fi utilizat pentru a îmbunătăți produsele și serviciile Microsoft. Administratorul dvs. IT va avea posibilitatea să colecteze aceste date. Angajamentul de respectare a confidențialității.

Vă mulțumim pentru feedback!

×