User Policies for Lync Mobile

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

Table 24.4. 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

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

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