Link to home
Start Free TrialLog in
Avatar of djaycee
djaycee

asked on

Exchange 2013 Management Shell not working

Hi,

Server 2012 R2 with Exchange 2013, starting Exchange Management Shell resulting in this error:

VERBOSE: Connecting to server.domain.nl.
New-PSSession : [server.domain.nl] Connecting to remote server server.domain.nl failed with the following error message : The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin   gTransportException
    + FullyQualifiedErrorId : URLNotAvailable,PSSessionOpenFailed

Anyone ideas how to solve this?

Kind regards,
Hans
Avatar of Andy
Andy

Hi,

Two things you can try.

Disable IPv6 on the server, if it's not being used.
Add the server and IPv4 into your hosts file and try that.
DONT DISABLE IPV6!!!!

Exchange uses IPv6 natively?

Im assuming you have bounced the www and IIS admin service? if not do that first
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of djaycee

ASKER

The EMTShooter did the trick. Thanks Pete!