Iniciar sesión con Microsoft
Iniciar sesión o crear una cuenta
Hola:
Seleccione una cuenta diferente.
Tiene varias cuentas
Elija la cuenta con la que desea iniciar sesión.
Inglés
Este artículo no está disponible en su idioma.

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

¿Necesita más ayuda?

¿Quiere más opciones?

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.

¿Le ha sido útil esta información?

¿Qué ha afectado a su experiencia?
Si presiona Enviar, sus comentarios se usarán para mejorar los productos y servicios de Microsoft. El administrador de TI podrá recopilar estos datos. Declaración de privacidad.

¡Gracias por sus comentarios!

×