IT tutorials
 
Technology
 

Deploying Microsoft Lync Server 2013 Mobility (part 4) - Controlling Functionality with Mobility Policies

4/11/2014 2:46:54 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

6. Controlling Functionality with Mobility Policies

Lync Mobile functionality can be controlled using various polices. These policies include configurations targeted at user and server configuration. The user policies are basic, and are used to describe what a user is allowed to do from a mobile device. The server policies give administrators more granular control over server settings related to Lync Mobility Services.

User Policies for Lync Mobile

The user-related policies for Lync mobile users are provided in Table 3.

Table 3. Policies to Control Mobile User Features

Image

Some examples of how to configure mobile policies for user functionality are provided here:

Example 1

Example 1 shows enabling push notifications for the NewYork site only:

New-CSPushNotificationConfiguration -Identity site:newyork -EnableApplePushNotificationService $True -EnableMicrosoftPushNotificationService -$True

Example 2

Example 2 shows creating a mobile policy for users that will be assigned to each user with mobile enabled. Also shown is the command to disable mobility at the global level.

New-CSMobilityPolicy -identity tag:MobileUsers -EnableMobility $True -EnableOutsideVoice $True
Set-CSMobilityPolicy -Identity Global -EnableMobility $False -EnableOutsideVoice $false

Server Policies for Lync Mobile

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

Table 4. 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}

 
Others
 
- Deploying Microsoft Lync Server 2013 Mobility (part 3) - Network and Security Considerations for Mobility, Steps to Enable Mobility
- Deploying Microsoft Lync Server 2013 Mobility (part 2) - Federation Requirements for Push Notifications , Reverse Proxy and Hardware Load Balancer Considerations for Mobility
- Deploying Microsoft Lync Server 2013 Mobility (part 1) - Certificate and DNS Requirements
- Sharepoint 2010 : Export the Contents of a List to Microsoft Excel
- Sharepoint 2010 : Use Alerts (part 2) - Create an Alert - Create an Alert on a Library or List
- Sharepoint 2010 : Use Alerts (part 1) - Create an Alert - Create an Alert on a File or List Item
- Sharepoint 2010 : Switch List Views in Lists and Libraries (part 2) - Switch to the Quick Edit View
- Sharepoint 2010 : Switch List Views in Lists and Libraries (part 1)
- Sharepoint 2010 : Change Sorting and Filtering of a List or Library
- Windows Server 2012 : Performance Monitoring (part 12) - Server Manager - Performance Alerts, BPA Results
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us