0

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

Giffyguy
  • 365
  • 4
  • 6
  • 21

1 Answers1

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