Bei Microsoft anmelden
Melden Sie sich an, oder erstellen Sie ein Konto.
Hallo,
Wählen Sie ein anderes Konto aus.
Sie haben mehrere Konten.
Wählen Sie das Konto aus, mit dem Sie sich anmelden möchten.
Englisch
Dieser Artikel ist leider nicht in Ihrer Sprache verfügbar.

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

Benötigen Sie weitere Hilfe?

Möchten Sie weitere Optionen?

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.

War diese Information hilfreich?

Was hat Ihre Erfahrung beeinflusst?
Wenn Sie auf "Absenden" klicken, wird Ihr Feedback zur Verbesserung von Produkten und Diensten von Microsoft verwendet. Ihr IT-Administrator kann diese Daten sammeln. Datenschutzbestimmungen.

Vielen Dank für Ihr Feedback!

×