Hi,
I created a new throttling policy for user to restrict them to use only one device. as below but still user can configure Active-sync on 2 different devices.
New-ThrottlingPolicy -Name IT -ThrottlingPolicyScope Regular
Set-ThrottlingPolicy -EASMaxDevices 1 -EASMaxConcurrency 1 -Identity IT
Set-Mailbox steve -ThrottlingPolicy "IT"
I tried to configure "steve" mailbox on 2 devices, configuration completed and working fine.
Did i miss anything ?
Regards
Usman Ghani
Usman Ghani - MCITP Exchange 2010