Avatar of sglee
sglee

asked on 

How to increase the maximum number of ActiveSync Devices for a User

Hi,
 
I have SBS2011/Exchange 2010. I saw this in an article that following Exchange Management Shell command will increase the default # of devices for an mailbox user  from default value of 10 to 20.

New-Throttlingpolicy "Increased ActiveSync Devices" -EasMaxDevices 20 -EasMaxConcurrency 20              Set-Mailbox USER_MAILBOX -ThrottlingPolicy "Increased ActiveSync Devices"

With that I have questions:
(1) Is that the right syntax/command?
(2) How can I verify the current settings for everyone or for the organization for that matter?
(3) Can I see this number in Exchange Management Console?

Thanks.
Exchange

Avatar of undefined
Last Comment
Jean-Ré

8/22/2022 - Mon