programming4us
 
Applications Server
 

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

10/18/2014 4:02:31 AM

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
 
 
REVIEW
 
- First look: Apple Watch

- 10 Amazing Tools You Should Be Using with Dropbox

- Sigma 24mm f/1.4 DG HSM Art

- Canon EF11-24mm f/4L USM

- Creative Sound Blaster Roar 2

- Alienware 17 - Dell's Alienware laptops

- Smartwatch : Wellograph

- Xiaomi Redmi 2
 
VIDEO TUTORIAL
 
- How to create your first Swimlane Diagram or Cross-Functional Flowchart Diagram by using Microsoft Visio 2010 (Part 1)

- How to create your first Swimlane Diagram or Cross-Functional Flowchart Diagram by using Microsoft Visio 2010 (Part 2)

- How to create your first Swimlane Diagram or Cross-Functional Flowchart Diagram by using Microsoft Visio 2010 (Part 3)
 
Popular tags
 
Video Tutorail Microsoft Access Microsoft Excel Microsoft OneNote Microsoft PowerPoint Microsoft Project Microsoft Visio Microsoft Word Active Directory Biztalk Exchange Server Microsoft LynC Server Microsoft Dynamic Sharepoint Sql Server Windows Server 2008 Windows Server 2012 Windows 7 Windows 8 Adobe Indesign Adobe Flash Professional Dreamweaver Adobe Illustrator Adobe After Effects Adobe Photoshop Adobe Fireworks Adobe Flash Catalyst Corel Painter X CorelDRAW X5 CorelDraw 10 QuarkXPress 8 windows Phone 7 windows Phone 8 BlackBerry Android Ipad Iphone iOS
 
Top 10
 
- How To Install Android Market & Google Apps On Kindle Fire
- How To Make Ubuntu Look Like Windows 7
- How To Add A New Account in MS Outlook 2013
- Get Android & Mac OS X Style Gadgets For Windows 7 & Windows 8 With XWidget
- How To Activate Microsoft Office 2013
- How To Install Actual Facebook App On Kindle Fire
- How To Create, View And Edit Microsoft Office Files On Kindle Fire
- Download Attractive Business PowerPoint Templates For Free At SlideHunter
- How To Use And Enable Hibernate & Sleep Mode In Windows 8
- How To Get Microsoft Office 2013 Trial Product Key From Microsoft