You have an Exchange Server 2013 organization that contains 5,000 mailboxes.
A user named User1 tests several Windows Phone devices.
You need to ensure that User1 can connect more than 20 Windows Phone devices to his mailbox,
Which cmdlet should you run?
A.
Set-ThrottlingPolicy
B.
Set-MobileMailboxPolicy
C.
Set-ActiveSyncMailboxPolicy
D.
Set-CasMailbox
Explanation:
http://technet.microsoft.com/en-gb/library/dd298094(v=exchg.150).aspx
http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2010/Mobility/
HowtoincreasethemaximumnumberofActiveSyncDevicesforaUser.html
Set-Throttlingpolicy “Increased ActiveSync Devices” -EasMaxDevices 25 -EasMaxConcurrency 20 Set-Mailbox
User1 -ThrottlingPolicy “Increased ActiveSync Devices”