Lync 2013 Server : how to show download comunicator attendee (2010) link

Traitée 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          : True

    could someone tell me what did I forget ?

    Thanks.


    hatem

All Replies

  • Thursday, November 22, 2012 12:52 PM
     
     Proposed

    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 Parameter

    ShowDownloadCommunicatorAttendeeLink

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

    If 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

  • 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     : True

    you 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 AM
    Moderator
     
     

    Hi,

    The screen shot is not available. Would you please upload the picture on SkyDrive?


    Kent Huang
    TechNet Community Support

  • Monday, November 26, 2012 9:46 PM
     
     

    Hi Hatem,

    Any Progress? Please add screenshot again

    Regards

  • Monday, December 03, 2012 12:37 PM
     
     Answered

    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
    •