How to disable Lync users from Mobile devices?
We only want to give Lync access from Mobile devices to certain users and for that I have setup client version policy for MCX to Block Older than 0.*.*.*. and yet all users are able to log into Lync 2010 from their Mobile devices. Am I missing something? 
September 3rd, 2015 10:40am

Hi,

You can set the Global Mobility policy to not allow access via phone:

Get-CsMobilityPolicy -Identity Global | Set-CsMobilityPolicy -EnableMobility $false

And then create a new per-user Mobility policy to allow access:

New-CsMobilityPolicy -Identity AllowMobility -EnableMobility $true

Then assign the new "AllowMobility" policy only to the users you want to be able to access via mobile device.

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 10:52am

Hi,

You can set the Global Mobility policy to not allow access via phone:

Get-CsMobilityPolicy -Identity Global | Set-CsMobilityPolicy -EnableMobility $false

And then create a new per-user Mobility policy to allow access:

New-CsMobilityPolicy -Identity AllowMobility -EnableMobility $true

Then assign the new "AllowMobility" policy only to the users you want to be able to access via mobile device.

September 3rd, 2015 2:51pm

Hi,

You can set the Global Mobility policy to not allow access via phone:

Get-CsMobilityPolicy -Identity Global | Set-CsMobilityPolicy -EnableMobility $false

And then create a new per-user Mobility policy to allow access:

New-CsMobilityPolicy -Identity AllowMobility -EnableMobility $true

Then assign the new "AllowMobility" policy only to the users you want to be able to access via mobile device.

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 2:51pm

Hi,

You can set the Global Mobility policy to not allow access via phone:

Get-CsMobilityPolicy -Identity Global | Set-CsMobilityPolicy -EnableMobility $false

And then create a new per-user Mobility policy to allow access:

New-CsMobilityPolicy -Identity AllowMobility -EnableMobility $true

Then assign the new "AllowMobility" policy only to the users you want to be able to access via mobile device.

September 3rd, 2015 2:51pm

Hi,

You can set the Global Mobility policy to not allow access via phone:

Get-CsMobilityPolicy -Identity Global | Set-CsMobilityPolicy -EnableMobility $false

And then create a new per-user Mobility policy to allow access:

New-CsMobilityPolicy -Identity AllowMobility -EnableMobility $true

Then assign the new "AllowMobility" policy only to the users you want to be able to access via mobile device.

Free Windows Admin Tool Kit Click here and download it now
September 3rd, 2015 2:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics