newly installed exchange 2013 environment. Clean install. When running exchange-powershell gets error “connecting to remote server : access denied … fully qualified errorid : accessdenied, pssessionopenfailed.
Solution:
One of these…
- Time on DC was off by 7 minutes. Corrected this
- Applied the Cumalative Update 1 for Exchange 2013
Tried quite a few other fixes before this that didn’t work for me.
Among the most popular
- Run "aspnet_regiis -ir" from C:\Windows\Microsoft.NET\Framework(64)\v4.0.30319 to register ASP.NET 4.0. – didn’t work for Server 2012
- Added powershell 2.0 and dotnet 3.5 frameowork features
- Activated wsman module from powershell virtuel catalogue in iis
- ran proxy reset > netsh winhttp reset proxy
- ran set-user administrator –remotepowershellenabled
See links below.
References:
http://www.microsoft.com/en-us/download/details.aspx?id=38176 – cumulative update 1 for exchange 2013
http://dbanda.blogspot.se/2013/05/problem-with-exchange-2013-management.html
http://blogs.technet.com/b/exchange/archive/2010/02/04/3409289.aspx
http://technet.microsoft.com/en-us/library/dd351136.aspx - Troubleshooting the Exchange Management Shell
http://technet.microsoft.com/en-us/library/dd335083%28v=exchg.150%29.aspx – what needs to run powershell remote.
http://blog.subvertallmedia.com/2013/01/30/cant-open-exchange-shell-or-console-because-of-kerberos-authentication-error/ - very promising solution.
No comments:
Post a Comment