Applies to: User Mailbox
To manage the performance of your Exchange environment and to enforce connection bandwidth limits, set the throttling policy.
How you set the throttling policy depends on what version of Exchange Server you use.
Procedure
-
On each Exchange server with a Client Access Server (CAS) role:
-
In Exchange Management Shell, run the following command:
Set-OutlookAnywhere –identity "<Exchange Client Access Server name>\rpc (Default Web Site)" -InternalClientAuthenticationMethod ntlm
-
In Windows, open the Command Prompt window, and then run IISRESET.
-
-
In Windows, on the taskbar, click Start, and then click All Programs > Microsoft Exchange Server version_number.
-
Click Exchange Management Shell.
-
Run the following cmdlets based on the version of Exchange Server that you use:
-
Exchange 2013 or later:
New-ThrottlingPolicy CVThrottlingPolicy
Set-ThrottlingPolicy CVThrottlingPolicy -RCAMaxConcurrency unlimited -RcaMaxBurst unlimited -RcaRechargeRate unlimited -RcaCutoffBalance unlimited –IsServiceAccount:$true
Set-Mailbox <service account> -ThrottlingPolicy CVThrottlingPolicy
-
Exchange 2010:
New-ThrottlingPolicy –name CVThrottlingPolicy
Set-ThrottlingPolicy –identity CVThrottlingPolicy –RCAMaxConcurrency $null –RCAPercentTimeInAD $null –RCAPercentTimeInCAS $null –RCAPercentTimeInMailboxRPC $null
Set-Mailbox –Identity <service account> –ThrottlingPolicy CVThrottlingPolicy
Where:
service account is the Exchange Administrator Service Account.
-
-
For the throttling policy to take effect immediately, restart the Exchange RPC service.