Throttling
It is possible to manage Exchange throttling policies, and increase them if it detected a high number of requests rejected while doing backup jobs. Below, there is an example of how to configure an unlimited throttling policy for a given account:
New-ThrottlingPolicy BaculaNoThrottling
Set-ThrottlingPolicy BaculaNoThrottling -RCAMaxConcurrency unlimited -RcaMaxBurst unlimited -RcaRechargeRate unlimited -RcaCutoffBalance unlimited
Set-Mailbox <user or service account> -ThrottlingPolicy BaculaNoThrottling
See also
Go back to Certificate Problem
Go back to Out of Memory
Go back to the main Troubleshooting article.