Link to home
Start Free TrialLog in
Avatar of Muhammad Ali
Muhammad Ali

asked on

EMS (Exchange management sheel) connection Issue.

I have two exchange server 2013 installed. both are the member of DAG with single site environment.
When i connect EMS on Exch-A , it will connect with no issue , but when i on EXCH-B and try to connect EMS it will connect with EXCH-A instead EXCH-B. I search on google and got few thing to fix like on IIS  go to  -  Application pool (MSExchangepowershell AappPool) Recycling. i did but no luck , i also checked the certification binding with IIS with no issue. Please see the attached Error snapshoot.
EMS1.PNG
Avatar of Amit Kumar
Amit Kumar
Flag of India image

Please follow this article. This article suggests to run Exchange Management troubleshooter, which will find issues and suggestion fix as well.

Error Message 7
Connecting to remote server 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:
Avatar of Muhammad Ali
Muhammad Ali

ASKER

I run the EMT shooter, i showing some installation path error. Error snap shoot is attached. Please describe the steps to fix the issue. ?
User generated image
Change installation path in EMTshooter.ps1 by default it is V14 change it to v15.

I am attaching updated one here in this post. Please remove .txt extension from script files for all. all are related to each other.

Existing
############ Exchange Install Path function ##################################
function DisplayPathError {
$global:exinstall = (get-itemproperty HKLM:\SOFTWARE\Microsoft\ExchangeServer\v14\Setup).MsiInstallPath
$eip = $env:ExchangeInstallPath

to be changed
############ Exchange Install Path function ##################################
function DisplayPathError {
$global:exinstall = (get-itemproperty HKLM:\SOFTWARE\Microsoft\ExchangeServer\v15\Setup).MsiInstallPath
$eip = $env:ExchangeInstallPath
EMTshooterNew-.zip
I run the EMT shooter. I got the error message is attached.
EMT-error1.png
ASKER CERTIFIED SOLUTION
Avatar of Amit Kumar
Amit Kumar
Flag of India 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