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

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

"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"

link|improve this answer
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 2:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.