Exchange 2016: Set the tarpit levels with PowerShell

Exchange comes with default tarpit levels which work for some organizations but not others, you can change these if you see a delay in delivery, to change it is very easy and you need to do this with PowerShell.

Launch the Exchange Management Shell (EMS) and run the following command:

  • Get-ReceiveConnector -Identity “Server1\Default Frontend Server1” | Set-ReceiveConnector -TarpitInterval 00:00:00 -MaxAcknowledgementDelay 00:00:00 -MaxInboundConnection unlimited -MaxInboundConnectionPerSource unlimited –

Change Server1 to your server name.

https://i1.wp.com/everything-powershell.com/wp-content/uploads/2019/01/Tarpit-level.png?resize=822%2C47

Let the changes replicate.