xchange 2013 cu15 (from Windows 10 April Update), PowerShell ver. 5.1.17134.112
just came back from vacation and found that i cannot do remote connection to my Exchange Servers.
i used to issue this command:
$Credentials = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri http://cas01.acme.com/PowerShell -Authentication Kerberos -Credential $Credentials Import-PSSession $Session
to get a remote PS session but today i'm getting:
The WS-Management service cannot process the request. The load quota for the system has been exceeded. Send future requests at a slower rate or raise the system quota
i have tried the other ( i have two CAS servers) server with same result.
i have also recycled the PS app pool in both servers, restarted IIS, restarted the server even.
same error.
anything else i may have missed?