Topic Last Modified: 2013-07-16

You can customize meeting invitations sent by the Online Meeting Add-in for Lync 2013 by including the following optional items in the body of the meeting invitation:

You can configure these options by using either Lync Server Control Panel or Lync Server Management Shell.

To Customize the Meeting Invitation by using Lync Server Control Panel
  1. From a user account that is a member of the RTCUniversalServerAdmins group (or has equivalent user rights), or assigned to the CsServerAdministrator or CsAdministrator role, log on to any computer that is in the network in which you deployed Lync Server 2013.

  2. Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. For details about the different methods you can use to start Lync Server Control Panel, see Open Lync Server Administrative Tools.

  3. In the left navigation bar, click Conferencing and then click Meeting Configuration.

  4. On the Meeting Configuration page, click New, and then do one of the following:

    • To create a site-level policy, click Site configuration. In the Select a Site search field, type all or part of the name of the site for which you want to define meeting join settings. In the resulting list of sites, click the site you want, and then click OK.

    • To create a pool-level policy, click Pool configuration. In the Select a Service search field, type all or part of the name of the pool service for which you want to define meeting join settings. In the resulting list of services, click the pool you want, and then click OK.

  5. Do any of the following:

    • In the Logo URL field, type the URL for your organization’s logo image.

    • In the Help URL field, type the URL to your organization’s help or support site.

    • In the Legal text field, type the URL to the legal text or disclaimer that you want to include in meeting invitations.

    • In the Custom footer text field, type footer text, up to 2 KB.

To Customize the Meeting Invitation by using Lync Server Management Shell
  1. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.

  2. Run the New-CsMeetingConfiguration or Set-CsMeetingConfiguration cmdlet to create or configure the meeting invitation options. For example, run:

    Copy Code
    New-CsMeetingConfiguration -Identity site:Redmond -LogoURL "http://www.contoso.com/logo/contosobanner.gif" -HelpURL "http://www.contoso.com/support" -LegalURL "http://www.contoso.com/disclaimer" -CustomFooterText "Communications may be monitored or recorded."