Recently, I was in the process of upgrading Exchange 2010 SP2 to SP3. After digesting Exchange 2010 SP3 release notes, I started the upgrading process.
Everything installed just fine. No scary errors found in the logs. restarted the exchange server and everything was fine.
When I launched the Exchange management console and get a big error "Unable to open Exchange Management Console - Initialization Failed"
The attempt to connect to http://exch.company.local/poweshell using 'Kerberos' authentication failed: Connecting to the remote server failed with the following error message: WinRM cannot process the request. The following error occurred while using Kerberos authentication: The network path was not found....
1. In your powershell prompt, run WinRM quickconfig hit
enter and accept the changes.
2. Run iisreset
Go back to your console and click retry. If it doesn't work, then follow the next steps below
1. Launch IIS Manager
2. Expand the server -->; Sites -->; Default Web Site
-->; click on PowerShell
3. Under Powershell modules, make sure kerbauth module is enabled,
module type is Native and Entry Type is Local. If it is not there, then enable
it or register and enable it.
To do that, confirm the following
1. The "Authenticated Users" group is
added to the security property of your ClientAccess folder in C:\Program
Files\Microsoft\Exchange Server\V14
2. Browse to C:\Program Files\Microsoft\Exchange
Server\V14\ClientAccess\PowerShell
3. Make a back up of the web.config file (always
make a backup before making any changes in a config file)
4. Open the file,
find and replace file:///%ExchangeInstallDir% with
file:///C:\Program
Files\Microsoft\Exchange Server\V14 at this stage, we are replacing the
environmental variable found in the system properties with an absolute path. If
for some reason your system couldn't call the variables, then this should take
care of the problem.
5. Save the file and run iisreset
That should definitely take care of your console
initialization failure.
If this problem helped you resolved your issue, please drop
comments. If you have updates, also feel free to contribute.
Genius. I just installed SP3 tonight and had to follow your procedures to fix it. I did have to go through each of the web.config files in the V14 folder and replaced all file:///. Thanks again, you saved my life.
ReplyDeleteThank you!!!! the iisreset did the job for me!
ReplyDeleteThis worked for me:
ReplyDeletehttp://blog.kf7lze.net/2012/09/21/exchange-server-2010-management-console-cant-connect/
My Web.config file doesn't have the file:///%ExchangeInstallDir% entry, please help, this is the exact error that I got when I open the Exchange Management Console "{Exch.test.com} Connecting to remote server 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."
ReplyDeleteThanks,
I am not exactly sure what could be your issue but you might start by checking your configs. Tracing your steps back through any recent changes you made to the system.
Delete