Forum Discussion

nikunjitgenius's avatar
nikunjitgenius
Copper Contributor
Apr 21, 2019

How to increase throttling in exchange 2016 on premise

Hi,

We have exchange 2016 on premise, where you are migrating from domino using binary tree, but we get the throttling issue that no more than 20 migrations can be started using the same admin account.

We have already tried the below throttling policy as mentioned in the link but still we face the same issue. When we try to do more than 20 at a time, it gives the autodiscover failure error.

Can anyone please help how to get rid of the throttling!!

https://help.bittitan.com/hc/en-us/articles/115008258628-How-do-I-disable-the-throttling-policy-on-Exchange-

 

  1. Open the Exchange Management Shell.

  2. Type the following command and press Enter: New-ThrottlingPolicy MigrationPolicy

  3. Type the following command and press Enter: Set-ThrottlingPolicy MigrationPolicy -RCAMaxConcurrency Unlimited -EWSMaxConcurrency Unlimited -EWSMaxSubscriptions Unlimited -CPAMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited

  4. Type the following command and press Enter: Set-Mailbox "MigrationAdmin" -ThrottlingPolicy MigrationPolicy

  • Akshay_Mane's avatar
    Akshay_Mane
    Iron Contributor

    nikunjitgenius 

     

    Set the throttling settings to below values and check the difference,

     

    EwsCutoffBalance = Unlimited

    EwsMaxSubscriptions = 20

    EwsMaxBurst = Unlimited

    EwsMaxConcurrency = 27

    EwsRechargeRate = Unlimited

     

    Regards,

    Akshay

    Exchange Admin - Apps4Rent

Resources