IT tutorials
 
Applications Server
 

Microsoft Exchange Server 2010 Requirements : Software Requirements (part 2) - Windows Server Roles and Features

10/18/2014 4:02:31 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

3. Windows Server Roles and Features

Windows Server 2008 breaks down the additional Windows components into roles and features. Depending on the Exchange 2010 roles, Windows Server 2008 will require additional Windows Server roles and features to be installed. These can be installed using the Windows 2008 Server Manager console, as shown in Figure 2.

Installing the server roles and features required is pretty easy to do using the Server Manager interface, but installing them is even easier using the ServerManagerCmd.exe command-line utility. You can use ServerManagerCmd with the -Query option to see which roles are already installed (see Figure 3), or you can use ServerManagerCmd -Install to install additional roles if you know the short name of the role or feature.

Figure 2. Viewing the server roles and features

Figure 3. Using ServerManagerCmd to view the roles and features that are installed

Table 1 shows the roles and features that are installed for the Exchange server roles. You should install the required roles in the order found in the table.

The ServerManagerCmd.exe program is smart enough that if you select a role that has prerequisites or additional features, it will install the required software. For example, in Figure 4 we are installing the Web Server role; notice that the required functions are automatically installed.

Table 1. Windows Roles and Features Required for Exchange Roles
ComponentMailboxHub TransportClient AccessUnified MessagingEdge Transport
Active Directory Domain Services Tools (RSAT-ADDS) 
Web Server (IIS) (Web-Server) 
ISAPI Extensions (Web-ISAPI-Ext)    
IIS 6 Metabase Compatibility (Web-Metabase) 
IIS 6 Management Console (Web-Lgcy-Mgmt-Console) 
Basic Authentication (Web-Basic-Auth) 
Digest Authentication (Web-Digest-Auth)    
Windows Authentication (Web-Windows-Auth) 
.NET Extensibility (Web-Net-Ext) 
Dynamic Content Compression (Web-Dyn-Compression)    
HTTP Activation (NET-HTTP-Activation)    
RPC over HTTP Proxy (RPC-over-HTTP-proxy)    
Desktop Experience (Desktop-Experience)    
Active Directory Lightweight Directory Services (ADLDS)    

3.1. Preparing Windows 2008 for the Mailbox Role

If you are preparing a Windows Server 2008 SP2 server to support the Exchange 2010 Mailbox server role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack.

  2. Download and install the Office 2007 System Converter filter pack.

  3. Run ServerManagerCmd -Install RSAT-ADDS and then reboot.

    Figure 4. Required features are installed by ServerManagerCmd
  4. Run ServerManagerCmd -Install Web-Server.

  5. Run ServerManagerCmd -Install Web-Metabase.

  6. Run ServerManagerCmd -Install Web-Lgcy-Mgmt-Console.

  7. Run ServerManagerCmd -Install Web-Basic-Auth.

  8. Run ServerManagerCmd -Install Web-Windows-Auth.

  9. Run ServerManagerCmd -Install Web-Net-Ext.

Note that if you like "one-liners," you can install all the necessary components from a single command. For example, to install the necessary features and roles for a Hub Transport or Mailbox server, you could type this:

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console 

Web-Basic-Auth Web-Windows-Auth Web-Net-Ext RSAT-ADDS -restart

3.2. Preparing Windows 2008 for the Hub Transport Role

If you are preparing a Windows Server 2008 SP2 server to support the Exchange 2010 Hub Transport server role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack 1.

  2. Run ServerManagerCmd -Install RSAT-ADDS and then reboot.

  3. Run ServerManagerCmd -Install Web-Server.

  4. Run ServerManagerCmd -Install Web-Metabase.

  5. Run ServerManagerCmd -Install Web-Lgcy-Mgmt-Console.

  6. Run ServerManagerCmd -Install Web-Basic-Auth.

  7. Run ServerManagerCmd -Install Web-Windows-Auth.

  8. Run ServerManagerCmd -Install Web-Net-Ext.

These steps can all be accomplished in a single command:

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console 

Web-Basic-Auth Web-Windows-Auth Web-Net-Ext RSAT-ADDS -restart

3.3. Preparing Windows 2008 for the Client Access Role

If you are preparing a Windows Server 2008 SP2 server to support the Exchange 2010 Client Access server role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack.

  2. Run ServerManagerCmd -Install RSAT-ADDS and then reboot.

  3. Run ServerManagerCmd -Install Web-Server.

  4. Run ServerManagerCmd -Install Web-Metabase.

  5. Run ServerManagerCmd -Install Web-Lgcy-Mgmt-Console.

  6. Run ServerManagerCmd -Install Web-Basic-Auth.

  7. Run ServerManagerCmd -Install Web-Windows-Auth.

  8. Run ServerManagerCmd -Install Web-Digest-Auth.

  9. Run ServerManagerCmd -Install Web-Net-Ext.

  10. Run ServerManagerCmd -Install Web-Dyn-Compression.

  11. Run ServerManagerCmd -Install Net-HTTP-Activation

  12. Run ServerManagerCmd -Install RPC-over-HTTP-proxy.

These commands can be consolidated into a single ServerManagerCmd as follows:

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console 

Web-Basic-Auth Web-Windows-Auth Web-Net-Ext RSAT-ADDS -restart

3.4. Preparing Windows 2008 for the Unified Messaging Role

If you are preparing a Windows Server 2008 SP2 server to support the Exchange 2010 Unified Messaging role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack. 1.

  2. Run ServerManagerCmd -Install RSAT-ADDS and then reboot.

  3. Run ServerManagerCmd -Install Web-Server.

  4. Run ServerManagerCmd -Install Web-Metabase.

  5. Run ServerManagerCmd -Install Web-Lgcy-Mgmt-Console.

  6. Run ServerManagerCmd -Install Web-Basic-Auth.

  7. Run ServerManagerCmd -Install Web-Windows-Auth.

  8. Run ServerManagerCmd -Install Web-Net-Ext.

  9. Run ServerManagerCmd -Install Desktop-Experience.

These steps can be consolidated into the following command:

ServerManagerCmd -i Web-Server Web-Metabase Web-Lgcy-Mgmt-Console 

Web-Basic-Auth Web-Windows-Auth Web-Net-Ext Desktop-Experience RSAT-ADDS

-restart

3.5. Preparing Windows 2008 for a Combined Function Server

If you are preparing a Windows Server 2008 SP2 server to support a combined function Exchange 2010 server role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack.

  2. Download and install the Office 2007 System Converter filter pack.

  3. Run ServerManagerCmd -Install RSAT-ADDS and then reboot.

  4. Run ServerManagerCmd -Install Web-Server.

  5. Run ServerManagerCmd -Install Web-Metabase.

  6. Run ServerManagerCmd -Install Web-Lgcy-Mgmt-Console.

  7. Run ServerManagerCmd -Install Web-Basic-Auth.

  8. Run ServerManagerCmd -Install Web-Windows-Auth.

  9. Run ServerManagerCmd -Install Web-Digest-Auth.

  10. Run ServerManagerCmd -Install Web-Net-Ext.

  11. Run ServerManagerCmd -Install Web-Dyn-Compression.

  12. Run ServerManagerCmd -Install Net-HTTP-Activation.

  13. Run ServerManagerCmd -Install RPC-over-HTTP-proxy.

  14. Run ServerManagerCmd -Install Desktop-Experience.

3.6. Preparing Windows 2008 for the Edge Transport Role

If you are preparing a Windows Server 2008 SP2 server to support the Exchange 2010 Edge Transport server role, here are the steps you should take:

  1. Download or install via Microsoft Update the .NET Framework v3.5 Service Pack 1.

  2. Download and install the Windows PowerShell v2.

  3. Download and install Windows Remote Management v2.

  4. Add Active Directory Lightweight Directory Service (AD LDS) feature using this command: ServerManagercmd -I ADLDS.

 
Others
 
- Microsoft Exchange Server 2010 Requirements : Software Requirements (part 1) - Additional Software
- Microsoft Exchange Server 2010 Requirements : Getting the Right Server Hardware (part 3) - Disk Requirements
- Microsoft Exchange Server 2010 Requirements : Getting the Right Server Hardware (part 2) - Memory Recommendations, Network Requirements
- Microsoft Exchange Server 2010 Requirements : Getting the Right Server Hardware (part 1) - The Typical User , CPU Recommendations
- Upgrading to Sharepoint 2013 : Upgrading Service Applications
- Upgrading to Sharepoint 2013 : Upgrading Site Collections
- Upgrading to Sharepoint 2013 : Upgrading Content (part 4) - Attaching the Content Database
- Upgrading to Sharepoint 2013 : Upgrading Content (part 3) - Fixing the Issues, Additional Parameters
- Upgrading to Sharepoint 2013 : Upgrading Content (part 2) - Running Test-SPContentDatabase
- Upgrading to Sharepoint 2013 : Upgrading Content - Creating the Web Application, Testing the Content Database
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us