Can’t log into PowerShell and EAC on Exchange 2013 Server
Home › Forums › Messaging Software › Exchange 2007 / 2010 / 2013 › Can’t log into PowerShell and EAC on Exchange 2013 Server
- This topic has 1 reply, 2 voices, and was last updated 5 years, 10 months ago by
Virtual.
-
AuthorPosts
-
CharGP02AMemberMar 05, 2015 at 8:57 am #165003I’m not sure why but I my Exchange PowerShell can’t log into my Exchange server and I can’t access the EAC via localhost or the URL.
I did notice that I enabled HTTP Proxy in IIS and that I used Application Route Requesting with it but I went ahead and reversed all those changes. I also noticed that the physical path for each sub-site in Default Web Site goes to the HTTP Proxy version of that folder instead of the ClientAccess one. I changed each folder to the clientaccess one but that didn’t help. I did some research on this and I saw that I had to enable the kerbauth in the modules area and I did that to. I restarted IIS and WebRM and that still didn’t help.
The Exchange Management Shell error:
New-PSSession : [exchangeserver.domain.net] Connecting to remote server exchangeserver.domain.net failed with the following
error message : The client cannot connect to the destination specified in the request. Verify that the service on the
destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
command on the destination to analyze and configure the WinRM service: “winrm quickconfig”. 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 : CannotConnect,PSSessionOpenFailed
On the web when I try to access EAC on our URL and not localhost, I get this error:400
Bad Request :(
The request sent by your browser was not validOn localhost, I just get a page cannot be found.
-
AuthorPosts
You must be logged in to reply to this topic.