Is there a limit of TCP sessions in state TIME_WAIT in Windows?
I am using Powershell to pull data from Exchange via EWS API. Import-Module "C:\ews_api\Microsoft.Exchange.WebServices.dll" $ExchangeServer = 'EXCHANGE' $ExchangeService = New-Object Microsoft.Exchange.WebServices.Data.ExchangeService([Microsoft.Exchange.WebServices.Data.ExchangeVersion]::Exchange2013_SP1) $ExchangeService.Url = "https://$ExchangeServer/ews/