• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

How to install prerequisites for Exchange 2007 & 2010

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

10XTriplet

Disabled
Joined
Aug 20, 2012
Code:
ServerManagerCmd -i RSAT-ADDS
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-ISAPI-Ext
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i Web-Basic-Auth
ServerManagerCmd -i Web-Digest-Auth
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i Web-Dyn-Compression
ServerManagerCmd -i RPC-over-HTTP-proxy
ServerManagerCmd -i PowerShell

1. copy and past in a CMD file and run. May reboot server, then simple run again.

2. Once complete run Exchange 2007 setup and you should not get any error messages during the install.

If you get this error message; (SOURCE)
Warning:

Setup cannot detect an SMTP or Send connector with an address space of '*'.

Mail flow to the Internet may not work properly.".

Do this;

1. Complete the Exchange 2007 with Service Pack 1 Integrated Installation.

2. Create a new "Send Connector" (SMTP Connector), configured it to use the global address " * "

and the scope "Internet":

Enjoy.
 
Last edited:
How to install prerequisites for Exchange 2010

Install Dotnetfx35setup.exe
and
Powershell v2

Then run this:
Code:
ServerManagerCmd -i Add-WindowsFeature NET-Framework

ServerManagerCmd -i RSAT-ADDS
ServerManagerCmd -i Web-Server
ServerManagerCmd -i Web-Basic-Auth
ServerManagerCmd -i Web-Windows-Auth
ServerManagerCmd -i Web-Metabase
ServerManagerCmd -i Web-Net-Ext
ServerManagerCmd -i Web-Lgcy-Mgmt-Console
ServerManagerCmd -i WAS-Process-Model
ServerManagerCmd -i RSAT-Web-Server
ServerManagerCmd -i Web-ISAPI-Ext
ServerManagerCmd -i Web-Digest-Auth
ServerManagerCmd -i Web-Dyn-Compression
ServerManagerCmd -i NET-HTTP-Activation
ServerManagerCmd -i RPC-over-HTTP-proxy
 
You're welcome.. I know that its a pain in the butt, and this would help anyone testing or setting up a new one.. It makes it that much simpler.

I only did this because I got into VMware / VirtualBox and it gave me an idea to do so...

Next will be Sharepoint 2013 foundation / server.
 
Back