Turn off client throttling in Microsoft Exchange 2010
By default, Microsoft® Exchange 2010 uses client throttling policies to track the bandwidth that each Microsoft Exchange user consumes and enforce bandwidth limits as necessary. The policies affect the performance of the BlackBerry® Enterprise Server Express, so you should turn off client throttling for the Windows® account that has a Microsoft Exchange mailbox.
1.
On a computer that hosts the Microsoft Exchange Management Shell, open the Microsoft Exchange Management Shell.
2.
Type New-ThrottlingPolicy BESPolicy.
3.
Type the following command:Set-ThrottlingPolicy BESPolicy -RCAMaxConcurrency $null -RCAPercentTimeInAD $null -RCAPercentTimeInCAS $null -RCAPercentTimeInMailboxRPC $null -EWSMaxConcurrency $null -EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null -EWSMaxSubscriptions $null -EWSFastSearchTimeoutInSeconds $null -EWSFindCountLimit $null
4.
Type Set-Mailbox "BESAdmin" -ThrottlingPolicy BESPolicy.