Lync 2013 Server : how to show download comunicator attendee (2010) link
-
Thursday, November 22, 2012 10:47 AM
Hello,
I've just installed Lync server 2013 and I'm trying to put URL link to download Attendee in the web conference page (like in lync server 2010) but nothing appears ! here's my CsWebServiceConfiguration :
Identity : Global
TrustedCACerts : {}
MaxGroupSizeToExpand : 100
EnableGroupExpansion : True
UseWindowsAuth : Negotiate
UseCertificateAuth : True
UsePinAuth : True
AllowAnonymousAccessToLWAConference : True
EnableCertChainDownload : True
InferCertChainFromSSL : True
CASigningKeyLength : 2048
MaxCSRKeySize : 16384
MinCSRKeySize : 1024
MaxValidityPeriodHours : 8760
MinValidityPeriodHours : 8
DefaultValidityPeriodHours : 4320
MACResolverUrl :
SecondaryLocationSourceUrl :
ShowJoinUsingLegacyClientLink : True
ShowDownloadCommunicatorAttendeeLink : True
AutoLaunchLyncWebAccess : True
ShowAlternateJoinOptionsExpanded : True
UseWsFedPassiveAuth : False
WsFedPassiveMetadataUri :
AllowExternalAuthentication : Truecould someone tell me what did I forget ?
Thanks.
hatem
All Replies
-
Thursday, November 22, 2012 12:52 PM
Hi,
To configure the meeting join page by using Lync Server 2013 Management Shell
1. Start the Lync Server 2013 Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.2. Run the following cmdlet:
Get-CsWebServiceConfiguration
This cmdlet returns the web service configuration settings.3. Run the following command, with the ShowDownloadCommunicatorAttendeeLink and ShowJoinUsingLegacyClientLink parameters set to True or False, depending on your preference (for details about the parameters for this cmdlet, see the Lync Server 2013 Management Shell documentation):
Set-CsWebServiceConfiguration -Identity global -ShowDownloadCommunicatorAttendeeLink $True -ShowJoinUsingLegacyClientLink $True
CsWebServiceConfiguration ParameterShowDownloadCommunicatorAttendeeLink
If set to True (the default value), users joining a meeting by using a client application other than Lync will see a link that points them to a download for Lync 2010 Attendee.
ShowJoinUsingLegacyClientLinkIf set to True, users joining a meeting by using a client application other than Lync will be given the opportunity to join the meeting by using Office Communicator 2007 R2. The default value is False.
ShowAlternateJoinOptionsExpanded
When set to True then alternate options for joining an online conference (such as Office Communicator 2007 R2) will automatically be expanded and shown to users. When set to False (the default value) these options will be available, but the user will have to display the list of options for themselves.Regards
Use following command
Set-CsWebServiceConfiguration -Identity global -ShowDownloadCommunicatorAttendeeLink $True -ShowJoinUsingLegacyClientLink $True
- Proposed As Answer by Kent-HuangModerator Thursday, November 29, 2012 6:11 AM
-
Thursday, November 22, 2012 1:23 PM
Hello and thanks for your answer,
as you can see in my configuration I did the command : get-CsWebServiceConfiguration and I paste the result, I'll put it again :
ShowJoinUsingLegacyClientLink : True
ShowDownloadCommunicatorAttendeeLink : True
AutoLaunchLyncWebAccess : True
ShowAlternateJoinOptionsExpanded : Trueyou can see with these lines, that I've already configured as you told me in your post, the problem is than even with this configuration, there's no URL ling to download and use Lync Attendee, here's a screen shot :
hatem
-
Monday, November 26, 2012 7:29 AMModerator
-
Monday, November 26, 2012 9:46 PM
Hi Hatem,
Any Progress? Please add screenshot again
Regards
-
Monday, December 03, 2012 12:37 PM
Hello,
here's the screenshot :
https://skydrive.live.com/#cid=2CB9A957254B7DF0&id=2CB9A957254B7DF0!235
hatem
- Marked As Answer by hatem_tn Friday, January 18, 2013 6:05 PM


