How to Install Microsoft Exchange 2013 on Windows Server 2012.

0
99

In this guide, I am going to Install Microsoft Exchange Server 2013 on Microsoft Windows Server 2012

Install Microsoft Exchange 2013

System Requirements:

Click Here

Prepare Active Directory:

Install the RSAT Feature.

1- Import-Module ServerManager

Install-WindowsFeature RSAT-ADDS

import module server manager powershell

2- install Exchange roles

Import-Module ServerManager

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

prerequisites

After installing the Exchange server role Restart Computer.

Prerequisites:

Click Here

  1. .NET Framework 4.7.1
  2. Windows Management Framework 4.0
  3. Microsoft Unified Communications Managed API 4.0
  4. Visual C++ Redistributable Package for Visual Studio 2012
  5. Visual C++ Redistributable Package for Visual Studio 2013

Edge Transport server role

Open Windows PowerShell.

Run the below command to install the required Windows components for the exchange Server 2013.

Install-WindowsFeature ADLDS

1- .NET Framework 4.7.1

2- Windows Management Framework 4.0

3-Visual C++ Redistributable Package for Visual Studio 2012

3- Preparing Active Directory

Browse to exchange server Setup Location and type the below command.

.setup /Preparead /IAcceptExchangeServerLicenseTerms /OrganizationName:”xpertstec”

prepare active directory powershell

4- Preparing Schema

.setup /PrepareSchema /IAcceptExchangeServerLicenseTerms

prepare schema powershell

5- Preparing Domain

.setup /Preparedomain /IAcceptExchangeServerLicenseTerms

exchange 2013 prepare domain powershell

6- If you are in the Child domain Scenario then type the below command.

.setup /Preparealldomains /IAcceptExchangeServerLicenseTerms

exchange 2013 prepare all domain powershell

7- Exchange Server 2013 Setup

Exchange server setup and then click next.

install exchange 2013 check for updates

8- Welcome to Microsoft Exchange Server 2013 introduction page, so click next.

install exchange 2013 introduction

9- Select I accept the terms within the license agreement and then click on next.

install exchange 2013 license agreement

10- Select Recommended Settings and then click Next.

install exchange 2013 recommended settings

11- Server Roles Selecting (Mailbox role, Client Access role) and so click next.

install exchange 2013 mailbox role

12- Specify the path for the Microsoft Exchange 2013 installation and then click next.

exchange 2013 installed location

Exchange organization – then choose Next

If you already Did “.setup /Preparead /IAcceptExchangeServerLicenseTerms /OrganizationName:”xpertstec”

You won’t see this Page. As Already Exchange Org is created

13- Malware protection settings, choose malware scanning enable or disable and then click next.

exchange 2013 malware protection settings

14- Microsoft exchange 2013 setup readiness checks, then click Install.

exchange 2013 readiness checks

15- Microsoft Exchange Server 2013 installation default running process.

exchange 2013 setup progress

16- Exchange Server 2013 Setup completed successfully, so click the Finish button and restart your exchange server.

exchange 2013 setup completed

17- Server 2013 Exchange Admin Center.

exchange administration center 2013

18- PowerShell cmdlets to Install Exchange 2013 on Windows Server 2012

CAS Server Role and also Mailbox Server Role Installation.

./Setup.exe /m:Install /Roles:ca,mb,mt /IAcceptExchangeServerLicenseTerms

install exchange 2013 powershell

For more information click here

LEAVE A REPLY

Please enter your comment!
Please enter your name here