Exchange 2013 Server installation – Part 1

This is the first of a multi part blog post on the setup and configuration of Exchange Server 2013.

The Exchange environment will be split out over 4 servers (2x Client Access & 2x Mailbox).

The backend mailbox will be configured in a DAG and the front end will be load balanced using a Kemp Virtual Load Master.

All servers are running Windows Server 2012 RTM in vSphere 5.1

The lab is setup as per the table below

| DC01 | 192.168.0.1 | | CAS01 | 192.168.0.2 | | CAS02 | 192.168.0.3 | | MBX01 | 192.168.0.4 | | MBX02 | 192.168.0.5 | | Kemp VLM | 192.168.0.6 |

Ill will not be covering the initial OS configuration and all servers have been joined to the domain

In part 1 here we will deal with installation of the Client Access Server. (Configuration guides will come in later posts)

So with that in mind lets start the installation of Exchange Server 2013.

 

The Client access server requires some pre requisites before we can launch Exchange setup

These prereqs are the Windows Server Foundation feature and Microsoft Unified Communication API 4.

To install the Windows Server Foundation open PowerShell and run the following commands  

Import-Module ServerManager

Add-WindowsFeature Server-Media-Foundation

Shutdown –r –t 00

image

When the server comes back up after its reboot install Microsoft Unified Communications API 4.0 Runtime

UCMA

With all the pre requisites now installed we can finally launch the Exchange Setup routine.

The following screenshots walk though the installation.

CAS Setup 1 CAS Setup 2 CAS Setup 4 CAS Setup 3a CAS Setup 5 CAS Setup 6 CAS Setup 7 CAS Setup 7a CAS Setup 8 CAS Setup 9 CAS Setup 10

And that’s part one finished. This process is repeated for the installation of CAS02

In part 2 I will be covering the installation of the Mailbox Server