I need to know the path and filename to execute in order to open Exchange Management Console. Exchange Server 2007 is installed, and this server is running Windows Server 2003
Asked
Active
Viewed 1.0k times
1 Answers
3
"Exchange Management Console.msc". The quotes are needed.
The full path should be: "C:\Program Files\Microsoft\Exchange Server\V12\Bin\Exchange Management Console.msc"
I am running Exchange 2010 and the path for me is:
"C:\Program Files\Microsoft\Exchange Server\V14\Bin\Exchange Management Console.msc"

HostBits
- 11,796
- 1
- 25
- 39
-
Exchange 2010 adds the %ExchangeInstallPath% environment variable so you can also use that to make sure it works no matter where Exchange is installed. – Paul Cunningham Apr 12 '11 at 02:10