Topic Last Modified: 2010-11-03

This procedure does not require membership in a local administrator or privileged domain group. You should log on to a computer as a standard user.

Microsoft Lync Server 2010 uses simple URLs to direct internal and external calls to services on the Front End Server or on the Director, if one has been deployed. The three simple URLs that can be created are:

There are options to the format that you can define simple URLs. For details about these options, see DNS Requirements for Simple URLs in the Planning documentation. A brief summary of the three simple URL formats discussed are shown for reference here:

Simple URL Examples

Meet

https://meet.contoso.com

Meet

https://lync.contoso.com/Meet

Meet

https://lync.contoso.com/contosoSIPdomain/Meet

Dial-in

https://dialin.contoso.com

Dial-in

https://lync.contoso.com/Dialin

Dial-in

https://lync.contoso.com/contosoSIPdomain/Dialin

Admin

https://admin

Admin

https://admin.contoso.com

Admin

https://lync.contoso.com/Admin

Admin

https://lync.contoso.com/contosoSIPdomain/Admin

By default, simple URLs will be configured in the form of (for example, the dial-in simple URL): https://dialin.<SIP Domain>

Warning:
Simple URLs can contain only English alphanumeric characters, defined as a-z, A-Z, 0-9, and the dot (.). If you use characters that are not part of the character set, the simple URLs may fail to work as expected.

To configure simple URLs

  1. In Topology Builder, right-click the Lync Server 2010 node, and then click Edit Properties.

    Topology Builder Edit Properties dialog box
  2. In the Simple URLs pane, select either Phone access URLs: (Dial-in) or Meeting URLs: (Meet) to edit. And then click Edit URL.

    Topology Builder Simple URLs page
  3. Update the URL to the value you want, and then click OK to save the edited URL. The example shown here has modified the Dial-in URL to https://pool01.contoso.net/dialin.

    Topology Builder Edit Simple URL dialog box
  4. Edit the Meet URL by using the same steps, if necessary.

To define the optional Admin simple URL

  1. In Topology Builder, right-click the Lync Server 2010 node, and then click Edit Properties.

    Topology Builder Edit Properties dialog box
  2. In the Administrative access URL box, enter the simple URL you want for administrative access to Lync Server 2010 Control Panel, and then click OK.

    Tip:
    We recommend using the simplest possible URL for the Admin URL. The simplest option is https://admin.
    Administrative access URL dialog box

    Important:
    If you change a simple URL after initial deployment, you must be aware of what changes impact your Domain Name System (DNS) records and certificates for simple URLs. If the change impacts the base of a simple URL, then you must change the DNS records and certificates as well. For example, changing from https://lync.contoso.com/Meet to https://meet.contoso.com changes the base URL from lync.contoso.com to meet.contoso.com, so you would need to change the DNS records and certificates to refer to meet.contoso.com. If you changed the simple URL from https://lync.contoso.com/Meet to https://lync.contoso.com/Meetings, the base URL of lync.contoso.com stays the same, so no DNS or certificate changes are needed. Whenever you change a simple URL name, however, you must run the Enable-CsComputer on each Director and Front End Server to register the change.

See Also