Exchange 2010 Setup Guide
Introduction
This guide show the steps necessary to install Microsoft Exchange server 2010 SP1 on Microsoft Server 2008 R2 complete functional on one machines
System Requirements
- Full installation of Microsoft windows server 2008 R2
- Installation service pack 1 for Microsoft windows server 2008 R2
- Active Directory role
Prerequisites
1.Install the 2007 office system converter: Microsoft filter pack 2.0
2.Add the windows features
2.1 Open PowerShell
2.2 Run the following command: Import-Module ServerManager
2.3 And run the following command:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy –Restart
2.4 After restart open PowerShell again
2.5 Run the following command:
Set-Service NetTcpPortSharing -StartupType Automatic
Installation
1.Open Command Prompt
2.Run setup from the directory where your Microsoft Exchange 2010 installation files are located.
3.Run following command: Setup /ps
4.Next run the following command: Setup /p /on:CONTOSO
(where CONTOSO is organization name)
5.Next run setup as following command: Setup /m:install /r:H C M
6.Finish and restart
7.You have now completed the installation