We are migrating a client from Exchange2003 to Exchage2013 (via 2007).
We have migrated succesfully from the SBS2011 to a staging server with Windows 2008 R2 & Exchange2007, however on the Windows 2012 server (on which we have installed Exchange 2013 without errors), when we run the Exchange EMS we get the error below (server.domain.local has replaced the real FQDN).
Neither can we login to the ECP as the administrator credentials are not accepted.
Exchange 2013 EMS error:-
VERBOSE: Connecting to server.domain.local
New-PSSession: [server.domain.local] Connecting to remote server server.domain.local failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -Connection URI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotein
gTransportException
+ FullQualifiedErrorId : AccessDenied,PSSessionOpenFailed
This repeats four times and then prompts with:
Failed to connect to an Exchange server in the current site.
Enter the server FQDN where you want to connect.:
We have rebuild the ECP and OWA folders, Service packed to the hilt, checked time-sync and AD sync, checked DNS and DHCP are all correct, disabled all but one NIC, and the EMS for Exchange 2007 works fine... But can't find any pointers on where else to look.
I've also run the EMTshooter as recommended by Joe, and although it confirms the error it classes it as an 'Unknown Error'
...
Location ConnectToAnyServer 2
VERBOSE: Connecting to SERVER.domain.local
new-pssession : [server.domain.local] Connecting to remote server server.domain.local failed with the
following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.
At D:\tools\EMTshooter\EMTConnectFunctions.ps1:177 char:15
+ $session = new-pssession -connectionURI "http://$fqdn/powershell?serializatio ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
The Exchange Management Troubleshooter successfully completed connecting to:
server.domain.local
Failed to connect to any Exchange Server in the current site.
Problem found:
Looking for error...
Unknown Error
After each error is resolved, close this window and re-run the tool to check for additional problems.
Can anyone provide any pointers?
TIA