Forum Discussion
Kelemvor333
Nov 04, 2019Iron Contributor
Mobile Device Access - Any way to auto allow for specific users' devices?
Howdy, We want some control over who syncs their email with their phone and are trying to find the best way to do that. I have gone into the EAC (Office 365) and set the Exchange ActiveSync Acce...
VasilMichev
Nov 05, 2019MVP
The problem with the active sync policies is that work on the device level, not user. If you want to control it per user, it might be easier to just disable the corresponding protocols via Set-CASMailbox. Alternatively, you can keep the quarantine settings and schedule a PowerShell script that periodically whitelists any devices corresponding to a given user.