Aanmelden met Microsoft
Meld u aan of maak een account.
Hallo,
Selecteer een ander account.
U hebt meerdere accounts
Kies het account waarmee u zich wilt aanmelden.
Engels
Dit artikel is niet beschikbaar in uw taal.

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

Meer hulp nodig?

Meer opties?

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 deze informatie nuttig?

Wat heeft uw ervaring beïnvloed?
Als u op Verzenden klikt, wordt uw feedback gebruikt om producten en services van Microsoft te verbeteren. Uw IT-beheerder kan deze gegevens verzamelen. Privacyverklaring.

Hartelijk dank voor uw feedback.

×