Exchange 2k10: Installation Requirements
Instead of ticking dozens of checkboxes heres is a few commands that would help installing all(almost?) the req. for Exchange 2k10.
Open Powershell with elevated rights using "Run As Administrator", and run below cmdlets to install prerequisites...
This will install all the features and reboot the machine.
Here there is a table with each set of requirements and commands necessary for the role you plan to install:
http://www.messagingtalk.org/exchange-2010-rc-quick-installation-guide
Even better, there are a couple of XML file containing all the requirements for different installations:
Look at DVD:\Scripts and you will find these files:
run, for instance:
include -restart if you want it to restart automatically.
Source:
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/0aefcc92-dc32-40cf-bf24-341d41974d0e
http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008
Open Powershell with elevated rights using "Run As Administrator", and run below cmdlets to install prerequisites...
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
Set-Service NetTcpPortSharing -StartupType Automatic
This will install all the features and reboot the machine.
Here there is a table with each set of requirements and commands necessary for the role you plan to install:
http://www.messagingtalk.org/exchange-2010-rc-quick-installation-guide
Even better, there are a couple of XML file containing all the requirements for different installations:
Look at DVD:\Scripts and you will find these files:
- exchange-all.xml – all server roles
- exchange-base.xml – only the requirements for Forest and Domain prep operations
- exchange-cadb.xml – Central Admin Database role
- exchange-cas.xml – Client Access Server role
- exchange-eca.xml – Central Admin role
- exchange-edge.xml – Edge Transport Server role
- exchange-hub.xml – Hub Transport Server role
- exchange-mbx.xml – Mailbox Server role
- exchange-typical.xml – Typical Exchange server (Client Access, Hub Transport, and Mailbox Server roles)
- exchange-um.xml – Unified Messaging role
run, for instance:
servermanagercmd -ip exchange-typical.xml
include -restart if you want it to restart automatically.
Source:
http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/0aefcc92-dc32-40cf-bf24-341d41974d0e
http://exchangeserverpro.com/installing-exchange-server-2010-pre-requisites-on-windows-server-2008
Marcadores: exchange, powershell, windows
0 Comentários:
Postar um comentário
<< Home