Link to home
Start Free TrialLog in
Avatar of Crazy_Cooter
Crazy_CooterFlag for United States of America

asked on

Exchange 2010 Management Console

I get the following error when trying to open Exchange 2010 Management Console.  We were able to open the console after installing exchange, but now it come up with the following error:

connecting to remote server failed with the following error message access is denied. for more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true'.
Avatar of Brian B
Brian B
Flag of Canada image

One quick thing is to right-click and choose run as administrator. See if that helps.
Couple people on other forums said this article helped with the error you got using the cmdlet 'Discover-ExchangeServer"

http://support.microsoft.com/kb/325850
Avatar of Crazy_Cooter

ASKER

tried right clicking and running as administrator.

link to microsoft site is for netdom password reset?
Bottom post with this link said it fixed it.  Since it intergrates with AD maybe.  Not sure why you need netdom but thats what was used to fix it for this guy.

http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/f430c596-897e-478a-8089-e88e93c0b900/
ASKER CERTIFIED SOLUTION
Avatar of Viral Rathod
Viral Rathod
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
SOLUTION
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
As Viralrathod mentioned, make sure that under Default WebSite there are no bindings (no URLs) for port 80 and * (all unassigned IPs) opposed to an assigned IP.
Error I get when trying to open exchange powershell

VERBOSE: Connecting to GBT4.gbt.net
[gbt4.gbt.net] Connecting to remote server failed with the following error message : The client cannot connect to the d
estination specified in the request. Verify that the service on the destination is running and is accepting requests. C
onsult 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 Win
RM service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
Corrected Exchange PowerShell Error.

VERBOSE: Connecting to GBT4.gbt.net
[gbt4.gbt.net] Connecting to remote server failed with the following error message : Access is denied. For more informa
tion, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
   eption
    + FullyQualifiedErrorId : PSSessionOpenFailed
Have you followed the above provided link ,Have you rebooted the server once to check the issue ?
We have tried everything listed and rebooted multiple times.  still not working.
Did you try running the following command:

add-PSSNAPIN *E2010*

Set-User <username> -RemotePowerShellEnabled $True