SlideShare a Scribd company logo
MICROSOFT
EXCHANGE SERVER
2013 INSTALLATION
This document focuses on Microsoft’s leading email solution software;
the Exchange Server 2013. This document also is a guide for step by step
installation processes which will lead you to a success and professional
installation of an enterprise grade mail server installation.
An Enterprise
Grade Email
Solution
Shahab Al Yamin Chawdhury 14th
September 2013
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
1 Microsoft Exchange Server 2013 Installation
So, what are you waiting for? Let’s Start Installing Microsoft Exchange Server 2013!
A brief explanation of what Exchange Server is; Exchange Server is Microsoft’s email solution
and is a leading product in the IT industry. Comes with whole lot of features that addresses
compliance and regulatory status for an organization. Moreover, it’s light and fast and
seamlessly integrates into iOS, Androids, and has a native support for Windows Phones.
It is understood that you have already installed Windows Server 2012, and promoted the
server as a Domain Controller, and the DC needs to be the Global Catalog Server. Since we
are installing everything in one server, and it’s a Demo/PoC machine, so we are allowed to
test 
The PDC (Global Catalog Server) must have the following installed prior making it a Domain
Controller:
 Microsoft .NET Framework 4.5
 Windows Management Framework 3.0
I will be installing Microsoft Exchange Server 2013 on top of Microsoft Windows Server 2012
Datacenter Server in a single machine. This will be a clean install with no previous exchange
server installations whatsoever. If you want otherwise, have at least a Win2k8R2 SP1 build
machine and have it configured as a Domain Controller and another member server
required if you wish not to install the Exchange on the Domain Controller. But this is a test
lab machine we are building. Deploying Exchange Server 2013 on a production server
requires some serious hardware sizing and allocation for all the roles it carries.
Things you should know about Exchange Server 2013 Prior Installation
Exchange 2013 has two Roles:
1. Mailbox Server Role
2. Client Access Server Role
Each organization requires minimum one Mailbox Server Role and Client Access Server Role.
Mailbox Server Role Includes:
1. Client Access Protocols
2. Transport Service
3. Mailbox Databases
4. Unified Messaging (Except SIP Redirection)
5. Handles all activities for active Mailboxes on that Server
Client Access Server Role Includes:
1. Authentication
2. Redirection (limited)
3. Proxy Services for HTTP, POP, IMAP and SMTP
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
2 Microsoft Exchange Server 2013 Installation
4. Thin and Stateless Server
5. Does not do any data rendering
6. Nothing is queued or stored here (except diagnostic logging)
Before you start installing on a demo machine, have a look at the following link @ Microsoft
TechNet where Exchange Server 2013 Installation Prerequisites are lined up:
http://technet.microsoft.com/en-us/library/bb691354%28v=exchg.150%29.aspx
The hardware requirements vary depending on where you are going to install the Mailbox
or CAS roles or whether the server is physical or virtual. Review the official Exchange 2013
System Requirements located below:
http://technet.microsoft.com/en-us/library/aa996719.aspx
There is also a deployment assistant found in the TechNet site:
http://technet.microsoft.com/en-US/exdeploy2013/Checklist?state=1839-W-
AAAAAAAAQAAAAAEAAA~~
You can install Exchange Server 2013 in three different flavors:
 Install Exchange Server 2013 as a CAS Server
 Install Exchange Server 2013 as a Mailbox Server
 Install Exchange Server 2013 as a CAS+MBX Server (all in one box, a real work horse)
Now let’s take a look at the architecture of the new Exchange Server 2013:
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
3 Microsoft Exchange Server 2013 Installation
Exchange Server 2013 Architecture Poster: http://www.microsoft.com/en-
us/download/details.aspx?id=39102
Exchange Server 2013 Architecture Deep Dive @ Channel 9:
http://channel9.msdn.com/Events/TechEd/Australia/2012/EXL311
As you can see, CAS merely operating as a proxy server and the MBX is the real workhorse.
You might have noticed that the Hub Role, Unified Communication and the Edge Role no
longer exists, if you are developing a larger scale exchange installation then you would
build a CAS server for authentication/user mailbox redirection then install the mailbox roles
on as many servers as you require to hold mailboxes for load balancing and performance. If
you have a large environment I would suggest that you make CAS as a necessary component
(safe to be virtualized also, as it requires small footprint), on an 8GB (with OS) machine, and
definitely do the math on the mailbox calculator for the MBX storage requirements. AD,
Exchange, SharePoint, Lync, and System Center Components have seamless integration on
the mentioned lineups of software’s. So, plan early where your organization is heading to
and provision for scale and software component requirements while the installation occurs.
Suppose if you left out any component, and Lync or any other software gets populated into
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
4 Microsoft Exchange Server 2013 Installation
the organization, you will have to run the setup and install that component once more. But
dormant component can be reinstated while initiation or while connection gets established.
Basically, if you fail to plan, you are planning to fail, it’s that simple.
Now let’s concentrate into the software requirements of Exchange 2013 (things you must
have installed prior installing Exchange Server 2013):
1. Windows Server 2012 Prerequisites: Issue following commands in PowerShell one
by one (a & b)
a. Import-Module ServerManager
b. Install-WindowsFeature RSAT-ADDS
The module for managing the server gets imported to the PowerShell, so that it could
manage and issue certain commands. RSAT stands for Remote Server Administration Tool,
and ADDS stands for Active Directory Domain Services, tools we are going to need to
Administer Exchange in conjunction with Active Directory. Here is the link for Installing and
Uninstalling the RSAT pack: http://technet.microsoft.com/en-us/library/cc730825.aspx
Run c, d, e under command prompt, changing into the setup drive where the installation of
Exchange resides (typically your DVD-ROM drives location).
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
5 Microsoft Exchange Server 2013 Installation
c. setup.exe /PrepareSchema
/IAcceptExchangeServerLicenseTerms
d. setup.exe /PrepareAD
/IAcceptExchangeServerLicenseTerms (or use the command in
the picture)
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
6 Microsoft Exchange Server 2013 Installation
e. setup.exe /PrepareAllDomains
/IAcceptExchangeServerLicenseTerms
More on AD Preparation: http://technet.microsoft.com/en-
us/library/bb125224%28v=exchg.150%29.aspx
2. Exchange Server 2013 Installation:
a. Install all the following software prior installing the roles and in the exact
order:
 Unified Communications Managed API 4.0 Runtime
 Microsoft Office 2010 Filter Packs
 Service Pack 1 for Microsoft Office Filter Pack 2010
b. Mailbox Server Role or Combined CAS & MBX Roles: Open up PowerShell and
issue the following command exactly how it shown below:
Install-WindowsFeature AS-HTTP-Activation, Desktop-
Experience, NET-Framework-45-Features, RPC-over-HTTP-
proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface,
RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-
Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-
Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-
Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-
Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-
Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-
Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-
Ext45, Web-Request-Monitor, Web-Server, Web-Stat-
Compression, Web-Static-Content, Web-Windows-Auth, Web-
WMI, Windows-Identity-Foundation
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
7 Microsoft Exchange Server 2013 Installation
The Screenshot would look like the following after executing the command that you
have just issued. As in the yellow outlined warning says, please restart your server at
this point to take on the next challenge.
c. Client Access Server Role: Open up PowerShell and issue the following
command
Install-WindowsFeature AS-HTTP-Activation, Desktop-
Experience, NET-Framework-45-Features, RPC-over-HTTP-
proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface,
RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web-
Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-
Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-
Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-
Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-
Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-
Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-
Ext45, Web-Request-Monitor, Web-Server, Web-Stat-
Compression, Web-Static-Content, Web-Windows-Auth, Web-
WMI, Windows-Identity-Foundation
The command we have just issued in the PowerShell will prep up Windows Server 2012 for
housing Exchange with necessary components. After doing the above exactly I have
mentioned, please reboot the server. We are now ready to run the setup “Exchange-
x64.exe”, do so.
After extraction, it is recommended that you download the updates, it may save you time
later on if the installation fails because you did not have the latest software updates
installed for the base operating system compatibilities or hotfix, there are hundreds of
things that could go wrong, so prevention is always better than cure!. The download could
take significant amount of time depending on your internet connection speed, or you can
choose not to download the updates also.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
8 Microsoft Exchange Server 2013 Installation
I am going for downloading the updates. You are going to need a good chunk of bandwidth
for that. Once the download completes you will click next and the License Agreement
Screen pops up. Simply accept the license and continue by clicking next, if you feel
otherwise, the installation is not going to continue. Afterwards you will see a menu which
will copy all the files necessary to continue with the installation. And on the introduction
menu, click next to continue after reading the setup introductions.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
9 Microsoft Exchange Server 2013 Installation
The downloaded files will be copied to a temporary location for later use. At this point just
sit tight, and if you have nothing to do, grab a coffee.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
10 Microsoft Exchange Server 2013 Installation
Now the actual installation starts. This is the screen that guides you to a number of locations
like the Exchange Server 2013 Deployment Assistant. This DA gives you insight regarding
how the Exchange 2013 should be deployed, nearly a BPA, where it shows you best
practices.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
11 Microsoft Exchange Server 2013 Installation
Accept the license agreement where without accepting it this deployment wizard will get
closed. Move forward by clicking next.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
12 Microsoft Exchange Server 2013 Installation
For the sake of this installation I will be continuing with the recommended settings. For
advanced installation options for real-life admins you should choose not to configure
Exchange 2013 with recommended settings. But if you choose to go with the second
selection, be ready to answer some questions.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
13 Microsoft Exchange Server 2013 Installation
My environment does not require individual server installations and since this is test-bed so
I will install all roles on one server. You will also notice the box that mentions “Automatically
install any server roles that are required to install Exchange Server”. Leave this ticked as this
installs and configures all the prerequisites that’s required for exchange 2013 such as IIS and
.Net features, though we have installed it earlier, but we didn’t configure it right? This
feature will connect the dots for Exchange and IIS.
Exchange has the following Management roles built into it:
 Mail Recipients Enables administrators to manage mailboxes, contacts, and mail
users.
 Transport Rules Enables administrators or specialist users assigned the role to
manage the transport rules feature.
 Distribution Groups Enables administrators or specialist users assigned the role to
manage distribution groups and distribution group members.
 MyPersonalInformation Enables end users to modify their own home phone number and
Web site address.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
14 Microsoft Exchange Server 2013 Installation
Next decide where to install Exchange Server 2013; I am going with the normal installation.
But it’s a good practice not to install Exchange on a partition that houses any Operating
Systems. On a production server you should house the Exchange on a RAID drive, at least be
a RAID-5. The Exchange Server 2013 installation will take roughly 5GB or more hard disk
space depending on the selected configuration; house it where you have space for the time
being. But on a production server, please be mindful that you will need more storage space
for your Exchange server to GROW. Click on next to continue.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
15 Microsoft Exchange Server 2013 Installation
Next is an important decision point, make sure you have selected a suitable name (example:
mail.mobs-bd.org) for your exchange 2013 organization. Make a note of the option to setup
split permissions. In a large production environment you may want to enable this so that
you can give Exchange Administrators different levels of administration privileges. On the
other hand you should not enable this feature if your Exchange Administrator also manages
your AD with the same account. If he/she does manages both of your AD & Exchange
environment, at least use two account for each purpose.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
16 Microsoft Exchange Server 2013 Installation
Exchange 2013 has built-in malware and spy-ware scanning, previously you had to enable
this with some PowerShell after the install, here, and you get the option to enable it
automatically before the total installation takes place. But I am enabling this right now,
taking the advantage. Click “NO” to continue, as it’s literally asking you whether you want to
DISABLE the feature or not.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
17 Microsoft Exchange Server 2013 Installation
This is where Exchange 2013 will check for all the prerequisites and warns accordingly, the
pre-deployment readiness checks. Since we have installed all the prerequisites prior starting
the installation and restarted the machine, all information really got in effect. So move
ahead and install the prerequisites prior Exchange installation, and you should let the
installation check for all the prerequisites have been installed or not. This could also take
some time to check, as you don’t want to haste….let it be.
Exchange 2013 will now prepare the organization in multiple steps. You can see the progress
in steps, tiresome to watch at this stage. The process gets completed after step 15.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
18 Microsoft Exchange Server 2013 Installation
This again may take upwards of 30 minutes depending on your server. Once Exchange
Server 2013 gets installed you will see the completion screen. Run the EAC, a first look.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
19 Microsoft Exchange Server 2013 Installation
And if you press the windows logo on the keyboard, you will see a similar screen. On the
right side you will see the Toolbox and the Management Console at your disposal. Please be
mindful that Exchange 2013 does not come with a management console or a control panel.
Exchange 2013 has been designed so that you could have ease of use by porting your
Administration manageability into the web. Typically Exchange 2013 Admin Center can be
accesses through https://servername.com/eac. Fire up your explorer and issue the
command:
For Outlook Web Access: https://servername/owa
For Exchange 2013 Admin Center: https://servername/eac
And you will be presented with the following login screen:
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
20 Microsoft Exchange Server 2013 Installation
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
21 Microsoft Exchange Server 2013 Installation
Afterwards, you might want to check out the following, since we haven’t configured the
server yet (Exchange 2013 Post-Installation Tasks):
 Enter Product Key
 Configure Mail Flow and Client Access
 Verify an Exchange 2013 Installation
 Install the Exchange 2013 Management Tools
And this is where I left everything else at your disposal. The video for this installation is also
posted @ my
 YouTube Channel: http://www.youtube.com/watch?v=b3aXBQVI1mg
 Mobs-bd.org: http://mobs-bd.org/?p=1135
NOTE: The company, product and service names used in this document/web site are for
identification purposes only. All trademarks and registered trademarks are the property of their
respective owners.
Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514
22 Microsoft Exchange Server 2013 Installation
 Blog Site: http://mobs-bd.org
 About Me: http://mobs-bd.org/?page_id=109
 Profile @ Microsoft:
https://www.mcpvirtualbusinesscard.com/VBCServer/shuvromcse
/profile
 YouTube Training Channel:
http://www.youtube.com/user/shuvromcse

More Related Content

PPT
VMukti Complete Server Installation For V1034 to V1038
PPTX
Installing and Configuring SolarWinds Patch Manager Automation Role Server
PDF
NT341 Mail Server Integration
PDF
WebLogic, 12C SOA Standalone installation
PDF
Fusion Middleware 12c Upgrade - Standalone server
PDF
Oracle soa suite 12c upgrade types
DOCX
V mware view 4
PDF
Step by step installation of microsoft dynamics 365 finance and operations on...
VMukti Complete Server Installation For V1034 to V1038
Installing and Configuring SolarWinds Patch Manager Automation Role Server
NT341 Mail Server Integration
WebLogic, 12C SOA Standalone installation
Fusion Middleware 12c Upgrade - Standalone server
Oracle soa suite 12c upgrade types
V mware view 4
Step by step installation of microsoft dynamics 365 finance and operations on...

What's hot (17)

PDF
Install sccm 2007 on windows server 2008 r2 – step by step
PDF
Oracle OSB Tutorial 3
PPTX
Microsoft exchange server 2013 installation steps
DOCX
Web service through cxf
PPT
10135 a 12
PDF
Administrators manual
PPT
Advanced Visual Studio 2005 Tools For Office Programming And Deployment
PPTX
Exchange 2003 / 2010 Notes from the Field
PDF
Pandora FMS: Exchange Enterprise plugin
PDF
Oracle OSB Tutorial 2
PDF
Migrations and upgrades
PPTX
SharePoint 2010's Virtual Reality - SPC2C
PDF
ITS Forefront Management Server Infrastructure Build
PDF
Database operations
PDF
Notes2
PPT
Wsus sample scripts
PDF
User guide
Install sccm 2007 on windows server 2008 r2 – step by step
Oracle OSB Tutorial 3
Microsoft exchange server 2013 installation steps
Web service through cxf
10135 a 12
Administrators manual
Advanced Visual Studio 2005 Tools For Office Programming And Deployment
Exchange 2003 / 2010 Notes from the Field
Pandora FMS: Exchange Enterprise plugin
Oracle OSB Tutorial 2
Migrations and upgrades
SharePoint 2010's Virtual Reality - SPC2C
ITS Forefront Management Server Infrastructure Build
Database operations
Notes2
Wsus sample scripts
User guide
Ad

Similar to Microsoft exchange-server-2013-installation (20)

PDF
Full download Pro Exchange Server 2013 Administration 1st Edition Jaap Wessel...
PPTX
Ch02 installing exchange
PPTX
Office Track: Exchange 2013 in the real world - Michael Van Horenbeeck
PPTX
Ch01 Introduction to Exchange 2013
PDF
Microsoft exchange
PDF
Exchange Server 2013 Deployment
PDF
Rapid transition-guide-from-exchange-2003-to-exchange-2010
PDF
Pro Exchange Server 2013 Administration 1st Edition Jaap Wesselius (Auth.)
PDF
PPT_Deploying_Exchange_Server.pdf.pdf
PPT
10135 a 01
PPTX
Migrating to Exchange 2010 and ad 2080 r2
PPTX
Exchange 2013 Architecture Details
PPT
24 Hours Of Exchange Server 2007 (Part 4 Of 24)
PPT
24 Hours Of Exchange Server 2007 ( Part 4 Of 24)
PDF
Microsoft Exchange Server 2010 Installation
PDF
Exchange 2016v1.3.pdf
PPT
10135 b 01
PDF
Microsoft Exchange Server 2007 With Sp1 Tony Redmonds Guide To Successful Imp...
PPT
Exchange Conference (Philadelphia) - Exchange 2007 Overview and Management
PDF
Face Off Domino vs Exchange On Premises
Full download Pro Exchange Server 2013 Administration 1st Edition Jaap Wessel...
Ch02 installing exchange
Office Track: Exchange 2013 in the real world - Michael Van Horenbeeck
Ch01 Introduction to Exchange 2013
Microsoft exchange
Exchange Server 2013 Deployment
Rapid transition-guide-from-exchange-2003-to-exchange-2010
Pro Exchange Server 2013 Administration 1st Edition Jaap Wesselius (Auth.)
PPT_Deploying_Exchange_Server.pdf.pdf
10135 a 01
Migrating to Exchange 2010 and ad 2080 r2
Exchange 2013 Architecture Details
24 Hours Of Exchange Server 2007 (Part 4 Of 24)
24 Hours Of Exchange Server 2007 ( Part 4 Of 24)
Microsoft Exchange Server 2010 Installation
Exchange 2016v1.3.pdf
10135 b 01
Microsoft Exchange Server 2007 With Sp1 Tony Redmonds Guide To Successful Imp...
Exchange Conference (Philadelphia) - Exchange 2007 Overview and Management
Face Off Domino vs Exchange On Premises
Ad

More from takdirlovely09 (6)

PPT
Sistem Pakar (Pemrograman Mobile Lanjutan)
PDF
Kamus istilah jaringan
PPTX
Multi-page jquery Mobile
PPTX
Ajax pada jquery
PPTX
Ajax pada jquery
PPTX
Page & Dialog Transitions
Sistem Pakar (Pemrograman Mobile Lanjutan)
Kamus istilah jaringan
Multi-page jquery Mobile
Ajax pada jquery
Ajax pada jquery
Page & Dialog Transitions

Recently uploaded (20)

PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Business Ethics Teaching Materials for college
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Cell Structure & Organelles in detailed.
PDF
Classroom Observation Tools for Teachers
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
PPH.pptx obstetrics and gynecology in nursing
Week 4 Term 3 Study Techniques revisited.pptx
Final Presentation General Medicine 03-08-2024.pptx
O7-L3 Supply Chain Operations - ICLT Program
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Business Ethics Teaching Materials for college
Renaissance Architecture: A Journey from Faith to Humanism
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Microbial disease of the cardiovascular and lymphatic systems
Supply Chain Operations Speaking Notes -ICLT Program
Cell Structure & Organelles in detailed.
Classroom Observation Tools for Teachers
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Pharma ospi slides which help in ospi learning
Microbial diseases, their pathogenesis and prophylaxis
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPH.pptx obstetrics and gynecology in nursing

Microsoft exchange-server-2013-installation

  • 1. MICROSOFT EXCHANGE SERVER 2013 INSTALLATION This document focuses on Microsoft’s leading email solution software; the Exchange Server 2013. This document also is a guide for step by step installation processes which will lead you to a success and professional installation of an enterprise grade mail server installation. An Enterprise Grade Email Solution Shahab Al Yamin Chawdhury 14th September 2013
  • 2. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 1 Microsoft Exchange Server 2013 Installation So, what are you waiting for? Let’s Start Installing Microsoft Exchange Server 2013! A brief explanation of what Exchange Server is; Exchange Server is Microsoft’s email solution and is a leading product in the IT industry. Comes with whole lot of features that addresses compliance and regulatory status for an organization. Moreover, it’s light and fast and seamlessly integrates into iOS, Androids, and has a native support for Windows Phones. It is understood that you have already installed Windows Server 2012, and promoted the server as a Domain Controller, and the DC needs to be the Global Catalog Server. Since we are installing everything in one server, and it’s a Demo/PoC machine, so we are allowed to test  The PDC (Global Catalog Server) must have the following installed prior making it a Domain Controller:  Microsoft .NET Framework 4.5  Windows Management Framework 3.0 I will be installing Microsoft Exchange Server 2013 on top of Microsoft Windows Server 2012 Datacenter Server in a single machine. This will be a clean install with no previous exchange server installations whatsoever. If you want otherwise, have at least a Win2k8R2 SP1 build machine and have it configured as a Domain Controller and another member server required if you wish not to install the Exchange on the Domain Controller. But this is a test lab machine we are building. Deploying Exchange Server 2013 on a production server requires some serious hardware sizing and allocation for all the roles it carries. Things you should know about Exchange Server 2013 Prior Installation Exchange 2013 has two Roles: 1. Mailbox Server Role 2. Client Access Server Role Each organization requires minimum one Mailbox Server Role and Client Access Server Role. Mailbox Server Role Includes: 1. Client Access Protocols 2. Transport Service 3. Mailbox Databases 4. Unified Messaging (Except SIP Redirection) 5. Handles all activities for active Mailboxes on that Server Client Access Server Role Includes: 1. Authentication 2. Redirection (limited) 3. Proxy Services for HTTP, POP, IMAP and SMTP
  • 3. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 2 Microsoft Exchange Server 2013 Installation 4. Thin and Stateless Server 5. Does not do any data rendering 6. Nothing is queued or stored here (except diagnostic logging) Before you start installing on a demo machine, have a look at the following link @ Microsoft TechNet where Exchange Server 2013 Installation Prerequisites are lined up: http://technet.microsoft.com/en-us/library/bb691354%28v=exchg.150%29.aspx The hardware requirements vary depending on where you are going to install the Mailbox or CAS roles or whether the server is physical or virtual. Review the official Exchange 2013 System Requirements located below: http://technet.microsoft.com/en-us/library/aa996719.aspx There is also a deployment assistant found in the TechNet site: http://technet.microsoft.com/en-US/exdeploy2013/Checklist?state=1839-W- AAAAAAAAQAAAAAEAAA~~ You can install Exchange Server 2013 in three different flavors:  Install Exchange Server 2013 as a CAS Server  Install Exchange Server 2013 as a Mailbox Server  Install Exchange Server 2013 as a CAS+MBX Server (all in one box, a real work horse) Now let’s take a look at the architecture of the new Exchange Server 2013:
  • 4. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 3 Microsoft Exchange Server 2013 Installation Exchange Server 2013 Architecture Poster: http://www.microsoft.com/en- us/download/details.aspx?id=39102 Exchange Server 2013 Architecture Deep Dive @ Channel 9: http://channel9.msdn.com/Events/TechEd/Australia/2012/EXL311 As you can see, CAS merely operating as a proxy server and the MBX is the real workhorse. You might have noticed that the Hub Role, Unified Communication and the Edge Role no longer exists, if you are developing a larger scale exchange installation then you would build a CAS server for authentication/user mailbox redirection then install the mailbox roles on as many servers as you require to hold mailboxes for load balancing and performance. If you have a large environment I would suggest that you make CAS as a necessary component (safe to be virtualized also, as it requires small footprint), on an 8GB (with OS) machine, and definitely do the math on the mailbox calculator for the MBX storage requirements. AD, Exchange, SharePoint, Lync, and System Center Components have seamless integration on the mentioned lineups of software’s. So, plan early where your organization is heading to and provision for scale and software component requirements while the installation occurs. Suppose if you left out any component, and Lync or any other software gets populated into
  • 5. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 4 Microsoft Exchange Server 2013 Installation the organization, you will have to run the setup and install that component once more. But dormant component can be reinstated while initiation or while connection gets established. Basically, if you fail to plan, you are planning to fail, it’s that simple. Now let’s concentrate into the software requirements of Exchange 2013 (things you must have installed prior installing Exchange Server 2013): 1. Windows Server 2012 Prerequisites: Issue following commands in PowerShell one by one (a & b) a. Import-Module ServerManager b. Install-WindowsFeature RSAT-ADDS The module for managing the server gets imported to the PowerShell, so that it could manage and issue certain commands. RSAT stands for Remote Server Administration Tool, and ADDS stands for Active Directory Domain Services, tools we are going to need to Administer Exchange in conjunction with Active Directory. Here is the link for Installing and Uninstalling the RSAT pack: http://technet.microsoft.com/en-us/library/cc730825.aspx Run c, d, e under command prompt, changing into the setup drive where the installation of Exchange resides (typically your DVD-ROM drives location).
  • 6. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 5 Microsoft Exchange Server 2013 Installation c. setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms d. setup.exe /PrepareAD /IAcceptExchangeServerLicenseTerms (or use the command in the picture)
  • 7. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 6 Microsoft Exchange Server 2013 Installation e. setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms More on AD Preparation: http://technet.microsoft.com/en- us/library/bb125224%28v=exchg.150%29.aspx 2. Exchange Server 2013 Installation: a. Install all the following software prior installing the roles and in the exact order:  Unified Communications Managed API 4.0 Runtime  Microsoft Office 2010 Filter Packs  Service Pack 1 for Microsoft Office Filter Pack 2010 b. Mailbox Server Role or Combined CAS & MBX Roles: Open up PowerShell and issue the following command exactly how it shown below: Install-WindowsFeature AS-HTTP-Activation, Desktop- Experience, NET-Framework-45-Features, RPC-over-HTTP- proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web- Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web- Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir- Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http- Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI- Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web- Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net- Ext45, Web-Request-Monitor, Web-Server, Web-Stat- Compression, Web-Static-Content, Web-Windows-Auth, Web- WMI, Windows-Identity-Foundation
  • 8. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 7 Microsoft Exchange Server 2013 Installation The Screenshot would look like the following after executing the command that you have just issued. As in the yellow outlined warning says, please restart your server at this point to take on the next challenge. c. Client Access Server Role: Open up PowerShell and issue the following command Install-WindowsFeature AS-HTTP-Activation, Desktop- Experience, NET-Framework-45-Features, RPC-over-HTTP- proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, Web- Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web- Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir- Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http- Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI- Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web- Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net- Ext45, Web-Request-Monitor, Web-Server, Web-Stat- Compression, Web-Static-Content, Web-Windows-Auth, Web- WMI, Windows-Identity-Foundation The command we have just issued in the PowerShell will prep up Windows Server 2012 for housing Exchange with necessary components. After doing the above exactly I have mentioned, please reboot the server. We are now ready to run the setup “Exchange- x64.exe”, do so. After extraction, it is recommended that you download the updates, it may save you time later on if the installation fails because you did not have the latest software updates installed for the base operating system compatibilities or hotfix, there are hundreds of things that could go wrong, so prevention is always better than cure!. The download could take significant amount of time depending on your internet connection speed, or you can choose not to download the updates also.
  • 9. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 8 Microsoft Exchange Server 2013 Installation I am going for downloading the updates. You are going to need a good chunk of bandwidth for that. Once the download completes you will click next and the License Agreement Screen pops up. Simply accept the license and continue by clicking next, if you feel otherwise, the installation is not going to continue. Afterwards you will see a menu which will copy all the files necessary to continue with the installation. And on the introduction menu, click next to continue after reading the setup introductions.
  • 10. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 9 Microsoft Exchange Server 2013 Installation The downloaded files will be copied to a temporary location for later use. At this point just sit tight, and if you have nothing to do, grab a coffee.
  • 11. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 10 Microsoft Exchange Server 2013 Installation Now the actual installation starts. This is the screen that guides you to a number of locations like the Exchange Server 2013 Deployment Assistant. This DA gives you insight regarding how the Exchange 2013 should be deployed, nearly a BPA, where it shows you best practices.
  • 12. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 11 Microsoft Exchange Server 2013 Installation Accept the license agreement where without accepting it this deployment wizard will get closed. Move forward by clicking next.
  • 13. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 12 Microsoft Exchange Server 2013 Installation For the sake of this installation I will be continuing with the recommended settings. For advanced installation options for real-life admins you should choose not to configure Exchange 2013 with recommended settings. But if you choose to go with the second selection, be ready to answer some questions.
  • 14. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 13 Microsoft Exchange Server 2013 Installation My environment does not require individual server installations and since this is test-bed so I will install all roles on one server. You will also notice the box that mentions “Automatically install any server roles that are required to install Exchange Server”. Leave this ticked as this installs and configures all the prerequisites that’s required for exchange 2013 such as IIS and .Net features, though we have installed it earlier, but we didn’t configure it right? This feature will connect the dots for Exchange and IIS. Exchange has the following Management roles built into it:  Mail Recipients Enables administrators to manage mailboxes, contacts, and mail users.  Transport Rules Enables administrators or specialist users assigned the role to manage the transport rules feature.  Distribution Groups Enables administrators or specialist users assigned the role to manage distribution groups and distribution group members.  MyPersonalInformation Enables end users to modify their own home phone number and Web site address.
  • 15. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 14 Microsoft Exchange Server 2013 Installation Next decide where to install Exchange Server 2013; I am going with the normal installation. But it’s a good practice not to install Exchange on a partition that houses any Operating Systems. On a production server you should house the Exchange on a RAID drive, at least be a RAID-5. The Exchange Server 2013 installation will take roughly 5GB or more hard disk space depending on the selected configuration; house it where you have space for the time being. But on a production server, please be mindful that you will need more storage space for your Exchange server to GROW. Click on next to continue.
  • 16. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 15 Microsoft Exchange Server 2013 Installation Next is an important decision point, make sure you have selected a suitable name (example: mail.mobs-bd.org) for your exchange 2013 organization. Make a note of the option to setup split permissions. In a large production environment you may want to enable this so that you can give Exchange Administrators different levels of administration privileges. On the other hand you should not enable this feature if your Exchange Administrator also manages your AD with the same account. If he/she does manages both of your AD & Exchange environment, at least use two account for each purpose.
  • 17. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 16 Microsoft Exchange Server 2013 Installation Exchange 2013 has built-in malware and spy-ware scanning, previously you had to enable this with some PowerShell after the install, here, and you get the option to enable it automatically before the total installation takes place. But I am enabling this right now, taking the advantage. Click “NO” to continue, as it’s literally asking you whether you want to DISABLE the feature or not.
  • 18. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 17 Microsoft Exchange Server 2013 Installation This is where Exchange 2013 will check for all the prerequisites and warns accordingly, the pre-deployment readiness checks. Since we have installed all the prerequisites prior starting the installation and restarted the machine, all information really got in effect. So move ahead and install the prerequisites prior Exchange installation, and you should let the installation check for all the prerequisites have been installed or not. This could also take some time to check, as you don’t want to haste….let it be. Exchange 2013 will now prepare the organization in multiple steps. You can see the progress in steps, tiresome to watch at this stage. The process gets completed after step 15.
  • 19. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 18 Microsoft Exchange Server 2013 Installation This again may take upwards of 30 minutes depending on your server. Once Exchange Server 2013 gets installed you will see the completion screen. Run the EAC, a first look.
  • 20. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 19 Microsoft Exchange Server 2013 Installation And if you press the windows logo on the keyboard, you will see a similar screen. On the right side you will see the Toolbox and the Management Console at your disposal. Please be mindful that Exchange 2013 does not come with a management console or a control panel. Exchange 2013 has been designed so that you could have ease of use by porting your Administration manageability into the web. Typically Exchange 2013 Admin Center can be accesses through https://servername.com/eac. Fire up your explorer and issue the command: For Outlook Web Access: https://servername/owa For Exchange 2013 Admin Center: https://servername/eac And you will be presented with the following login screen:
  • 21. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 20 Microsoft Exchange Server 2013 Installation
  • 22. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 21 Microsoft Exchange Server 2013 Installation Afterwards, you might want to check out the following, since we haven’t configured the server yet (Exchange 2013 Post-Installation Tasks):  Enter Product Key  Configure Mail Flow and Client Access  Verify an Exchange 2013 Installation  Install the Exchange 2013 Management Tools And this is where I left everything else at your disposal. The video for this installation is also posted @ my  YouTube Channel: http://www.youtube.com/watch?v=b3aXBQVI1mg  Mobs-bd.org: http://mobs-bd.org/?p=1135 NOTE: The company, product and service names used in this document/web site are for identification purposes only. All trademarks and registered trademarks are the property of their respective owners.
  • 23. Shahab Al Yamin Chawdhury (Shuvro)- +8801715155514 22 Microsoft Exchange Server 2013 Installation  Blog Site: http://mobs-bd.org  About Me: http://mobs-bd.org/?page_id=109  Profile @ Microsoft: https://www.mcpvirtualbusinesscard.com/VBCServer/shuvromcse /profile  YouTube Training Channel: http://www.youtube.com/user/shuvromcse