Exchange 2010 EMS (Exchange Management Shell) zaman zaman farklı problemlerden dolayı açılmayabilir.
Connecting to remote server failed with the error message: The WinRM client received an HTTP status code of 502 from remote WS-Management service. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command ‘Discover-ExchangeServer -UseWIA $true -SuppressError $true’
hatasının çözümü şöyledir ;
Bu hata proxy ile ilgili bir durumu işaret etmektedir. Srv 2008 ortamında proxy ayarlarını görmek için ;
Netsh winhttp show proxy komutunu kullanabilirsiniz.
Proxy kullanıyorsanız alacağınız çıktıda bunu görebilirsiniz.
Ayrıca;
HKEY_LOCAL_MACHINE SOFTWAREMicrosoftWindowsCurrentVersionInternet SettingsConnections WinHttpSettings
Düğümünde de proxy adresinizi görebilir, Netsh winhttp reset proxy komutuyla proxy’nizi resetleyebilirsiniz.
Kolay gelsin.