Disclaimer:
All the information in this blog post is subject to change as Exchange Server 2013 is still under construction. Although it’s not very likely that big changes will occur between now an RTM, it might.
In this article, we’ll have a closer look at how to install Exchange Server 2013.
Before continuing, please make sure that you have fulfilled all the required prerequisites and that you have prepared your Active Directory. For more information, take a look at my other article:
For those who have already been working with Exchange Server 2010, you’ll notice that the process itself is pretty similar and as straightforward as it was before.
To start the setup of Exchange Server 2013, open PowerShell on the server you want to install and type in the following commands:
For the the Mailbox Server role only:
./setup.exe /mode:install /role:m /IAcceptExchangeServerLicenseTerms
For the Client Access Server role only:
./setup.exe /mode:install /role:c /IAcceptExchangeServerLicenseTerms
For both Mailbox Server & Client Access Server role:
./setup.exe /mode:install /role:m,c /IAcceptExchangeServerLicenseTerms
Note Note the use of setup.exe and the /IAcceptExchangeServerLicenseTerms switch. Setup.com (which was used before) is now deprecated and has been replaced by setup.exe.The licensing-switch is also new in Exchange Server 2013 and is required to launch the setup. Many admins will welcome the latter as it will generally save you some time with each deployment, now that you don’t have to wait for the licensing-message to display and time-out!
After you launch one of the commands from above, setup will kick off. Depending on what you are installing, the output might look like this:
Once setup completes successfully, restart the computer and you’re good to go!
Installation Logs
Setup creates a log file “ExchangeSetup.txt” under the root (as was the case in Exchange Server 2010):
C:\ExchangeSetupLogs
I recommend that you take a look at the log after the installation file to check whether everything completed successfully. In case you encounter any issues, this is probably also the first place to go looking for more information.
Hello,
Your site is superb. I’m learning a lot from here. Can you let me know the typical hardware requirements for Exchange 2013 Lab environment. I’ve a tower server which won’t event meet 1 server role.
Any advice would be appreciated. Thank you!
Hi there!
Thank you for your kind words! Really appreciated 🙂
Currently it looks that sizing guidelines for Exchange 2010 also apply to Exchange 2013. My guess is that over the upcoming weeks/months Microsoft is going to provide better tailored information on that. Given some of the changes to the managed store, it wouldn’t surprise me if Exchange 2013 is more ‘hungry’ on memory though. Just calculate in enough extra and you should be fine for now.
Cheers!