The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available
Problème :
Sur un serveur Exchange 2013, en lançant la console d’Exchange
(Exchange Management Shell) on obtient l’erreur suivante :
Le message est:
VERBOSE: Connecting to Exchange1-MA.****.MA.
New-PSSession : [exchange1-ma.****.ma] Connecting to remote
server exchange1-ma.****.ma 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], PSRemotingTransportException
+
FullyQualifiedErrorId : URLNotAvailable,PSSessionOpenFailed
Solution :
Lancer le gestionnaire IIS
Aller sur Sites
Cliquer avec le bouton droit sur Default Web Site puis
choisir Bindings
Sur l’écran suivant on remarque que IIS n’écoute sur le port
80 que sur l’adresse locale 127.0.0.1
Cliquer sur la ligne correspondant au port http puis cliquer
sur le bouton Edit
Dans la rubrique IP address choisir All Unassigned puis
valider en cliquant sur OK. IIS répond sur toutes les adresses IP configurées.
En lançant la console d’Exchange PowerShell (EMS), la connexion
est faite sans problème
Commentaires