Server Policies for Lync Mobile

The server configuration policies for Lync Mobile are shown in Table 24.5.

Table 24.5. Lync Mobile Server Policies

Image

Some examples of common server configurations are provided here:

Example 1

Example 1 shows configuring the MCX service on the NewYork site to expire Android and Nokia phone sessions after 1 day. The default setting is 3 days, which means that Android and Nokia devices would maintain an active connection for up to 3 days before being disconnected.

New-CSMCXConfiguration -Identity Site:NewYork -SessionShortExpirationInterval 86400

Example 2

Example 2 shows configuring the autodiscover URLs for the NewYork site to be https://LyncDiscover.companyabc.com and https://LyncDiscoverinternal.companyabc.com:

$Link1 = New-CsWebLink -Token "CompanyABC" -Href "http://LyncDiscover.companyabc.com"
$Link2 = New-CsWebLink -Token "CompanyABC" -Href "http://LyncDiscoverInternal.CompanyABC.com"

New-CsAutoDiscoverConfiguration -Identity "site:NewYork" -WebLinks @{Add=$Link1,$Link2}

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset