Before install Exchange Server 2010 we need:
1. Configuring "NetTcpPortSharing" Service. by start service automatic (Set-Service NetTcpPortSharing -StartupType Automatic //for client access role)
2. Installing the "Microsoft Filter Pack". go to http://technet.microsoft.com/en-us/library/bb691354.aspx
3. using Power Shell Modules
- 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 -Restart
============setup by command==============
4. Update your AD schema and Preparing the Domain by using CMD.exe
From the command line the commands update Schema are
- Setup /PrepareSchema (or setup /ps)
- Setup /PrepareAD (or setup /p)
From the command line the commands prepare Domain
- Setup /PrepareDomain(or setup /pd)
=============example===============
C:exchange>setup /PrepareAD /OrganizationName: Chipmong
After Install all this process go to exchange folder and setup it.
No comments:
Post a Comment