I have installed the Exchange Management Console in Windows 10 Pro for manage a Exchange 2010 server. It connects to the server, even the Exchange Management Shell (Power Shell) connects without problem. But I'm stuck because the console tree shows only Microsoft Exchange -> Microsoft Exchange On-Premises (server.domain.com), but there are not any other nodes (Organization configuration, Server configuration, etc.) I'm using a domain admin account, and also tried run the console 'as administrator' with the same result. Exchange Management Console
The Exchange 2010 Management Tools are only supported on Windows 7 or Vista. You may get lucky and have it work on Windows 10 but there is no support for this setup.
Here is a great workaround to get Exchange 2010 console working on Windows 7, 8 also Windows 10.
Install Exchange 2010 SP2 Management Tools (make sure to install all the requirements first).
Copy
Exchange Management Console.msc
from any working computer (commonly it is inC:\Program Files\Microsoft\Exchange Server\V14\Bin
).Create a few folder on your C: drive (Something like ExchangeConsole) and paste the copied file (
Exchange Management Console.msc
from any working computer).Rename the
Exchange Management Console.msc
file toadmin.msc
(insideC:\ExchangeConsole
).Create a .bat file (inside
C:\ExchangeConsole
).Edit the bat file and write the following:
Run the bat file every time you want to open the Exchange Console.