Software requirements for Exchange Server 2010

This document shows what the requirements are to be able to install Microsoft Exchange 2010 in our organization, whether it is a new installation or for the migration of our environment to Microsoft Exchange Server 2010. Only the requirements are shown at the operating system and software level, in addition to the procedure for the installation of them. Another document will show what the requirements are at the Active Directory level and how to proceed.

Keep in mind, than the supported operating systems to install Exchange 2010 son:
– Windows Server 2008 SP2 x64 (Standard or Enterprise).
– Windows Server 2008 R2 x64 (Standard or Enterprise).

Depending on the operating system to be used, we will have to install the requirements in one way or another; And of course, depending on the role we want to install on the server, the components to be installed will be different. Note that the files are .xml inside the Exchange DVD 2010 in the Scripts folder.

Installing the requirements on Windows Server 2008 SP2 x64:
Install the Microsoft .NET Framework 3.5 Service Pack 1
Install Windows Remote Management (WinRM) 2.0 and Windows PowerShell 2.0

Requirements for roles: Client Access o Acceso de Cliente, Hub Transport and Mailbox.
Install Microsoft Filter Pack.
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml -Restart

Requirements for roles: Client Access o Client Access, Hub Transport o Transport Hub, Mailbox o Mailbox and Unified Messaging.
Install Microsoft Filter Pack.
sc config NetTcpPortSharing start= auto
ServerManagerCmd -i Desktop-Experience
ServerManagerCmd -ip Exchange-Typical.xml -Restart

Requirements for roles: Client Access o Client Access and Hub Transport o Transport Hub.
Install Microsoft Filter Pack.
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml –Restart

Requirements for roles: Hub Transport o Transport Hub y Mailbox o Mailbox.
Install Microsoft Filter Pack.
ServerManagerCmd -ip Exchange-Typical.xml -Restart

Requirements for roles: Client Access o Client Access y Mailbox o Mailbox.
Install Microsoft Filter Pack.
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-Typical.xml -Restart

Requisitos para el rol: Client Access o Client Access.
sc config NetTcpPortSharing start= auto
ServerManagerCmd -ip Exchange-CAS.xml -Restart

Requisitos para el rol: Hub Transport o Transport Hub.
Install Microsoft Filter Pack.
ServerManagerCmd -ip Exchange-Hub.xml –Restart

Requisitos para el rol: Mailbox o Mailbox.
Install Microsoft Filter Pack.
ServerManagerCmd -ip Exchange-MBX.xml –Restart

Requisitos para el rol: Unified Messaging o Mensajería unificada.
ServerManagerCmd -ip Exchange-UM.xml –Restart

Requisitos para el rol: Edge Transport o Transporte Perimetral.
ServerManagerCmd -ip Exchange-Edge.xml -Restart

Requisitos en Windows Server 2008 R2 x64:
Se deben ejecutar los comandos bajo PowerShell

Requirements for roles: Client Access o Client Access, Hub Transport o Transport Hub y Mailbox o Mailbox.
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
Install Microsoft Filter Pack.

Requirements for roles: Client Access o Client Access, Hub Transport o Transport Hub, Mailbox o Mailbox y Unified Messaging o Mensajería unificada.
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
Set-Service NetTcpPortSharing -StartupType Automatic
Install Microsoft Filter Pack.

Requirements for roles: Client Access o Client Access and Hub Transport o Transport Hub.
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
Install Microsoft Filter Pack.

Requirements for roles: Hub Transport o Transport Hub y Mailbox o Mailbox.
Install Microsoft Filter Pack.
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 –Restart
Set-Service NetTcpPortSharing -StartupType Automatic

Requirements for roles: Client Access o Client Access y Mailbox o Mailbox.
Install Microsoft Filter Pack.
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

Requisitos para el rol: Client Access o Client Access.
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

Requirements for roles: Hub Transport (o Transport Hub) o Mailbox (o Mailbox).
Install Microsoft Filter Pack.
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 –Restart
Set-Service NetTcpPortSharing -StartupType Automatic

Requisitos para el rol: Unified Messaging o Mensajería unificada.
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,Desktop-Experience –Restart
Set-Service NetTcpPortSharing -StartupType Automatic

Requisitos para el rol: Edge Transport o Transporte Perimetral.
Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS –Restart
Set-Service NetTcpPortSharing -StartupType Automatic


Recommended Posts

Author

nheobug@bujarra.com
Autor del blog Bujarra.com Cualquier necesidad que tengas, Do not hesitate to contact me, I will try to help you whenever I can, Sharing is living ;) . Enjoy documents!!!