Tuesday, December 23, 2014

Install Exchange Server 2010 on Windows Server 2008 R2


Install server 2008 R2,Install DNS and DC

Go to the exchange directory in command prompt

setup /PrepareAD /OrganizationName:Sourav

setup /PrepareALLDomains

Install 2007 Office System Converter: Microsoft Filter Pack.

Open Powershell with administrative credential 

Type import-module ServerManager

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,Desktop-Experience -Restart.

Then Run the command on powershell

Set-Service NetTcpPortSharing -StartupType Automatic

Now Start Exchange from setup file in GUI


No comments:

Post a Comment