Installing Exchange 2010 Beta 1 Part 1
Hi,
I have been playing with various version of Exchange 2010 for a long time now, but of course due to NDA it hasn?t been possible to share anything.
Well finally with the release of the first beta, I can talk 🙂
So in this first blog post about Exchange 2010 I thought I would outline the prerequisites needed to install the most basic of setups, all the internal roles (CAS, HUB, Mailbox, UM) on a single member server in a single domain forest running Windows Server 2008.
To enable the extension of the Active Directory schema, you will need the AD management tools on the server which the schema is extended from. In our case we will just be using the one server.
The AD MGMT tools (ADDS) can be installed as below:
ServerManagerCmd ?i RSAT-ADDS
That done install the relevant prerequisite software
- Install the .Net Framework 3.5
- Install the WinRM 2.0 CTP3
To get access to the WinRM 2.0 CTP3 you will need to sign up for a Connect account and then access the link below:
https://connect.microsoft.com/WSMAN
- Next get the PowerShell V2 CTP3
- Install an update for MMC
- Install extensions for ASP.NET AJX 1.0
- Install the Office System Converter
- For the Hub Transport and UM Roles install the update described in Microsoft Knowledge Base article 950888
- For the Client Access Role install the update described in Microsoft Knowledge Base article 958178
?
Having installed all these software prerequisites we move back to installing the Windows Server pieces;
ServerManagerCmd -i Web-Server Web-ISAPI-Ext Web-Metabase Web-Lgcy-Mgmt-Console Web-Basic-Auth Web-Digest-Auth Web-Windows-Auth Web-Net-Ext Web-Dyn-Compression NET-HTTP-Activation RPC-over-HTTP-proxy
Specifically for clusters (which I intend to make this by installing all roles on 2 similar boxes)
ServerManagerCmd -i Failover-Clustering
Specifically for UM
ServerManagerCmd -i Desktop-Experience
So that done, you should be ready to install Exchange 2010!
Finally I thought that the following table might be really useful as a simple way to see what is needed for each role:
Description |
Tools Only |
Mailbox |
UM |
Client Access |
Edge |
HT |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
|
? |
Yes |
? | ? | ? | ? | |
ServerManagerCmd -i Web-Server |
? |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Metabase |
Yes |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Lgcy-Mgmt-Console |
Yes |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Basic-Auth |
? |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Windows-Auth |
? |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Net-Ext |
? |
Yes |
Yes |
Yes |
? |
Yes |
ServerManagerCmd -i Web-Digest-Auth |
? | ? | ? |
Yes |
? | ? |
ServerManagerCmd -i Web-Dyn-Compression |
? | ? | ? |
Yes |
? | ? |
ServerManagerCmd -i NET-HTTP-Activation |
? | ? | ? |
Yes |
? | ? |
ServerManagerCmd -i Web-ISAPI-Ext |
? | ? | ? |
Yes |
? | ? |
ServerManagerCmd -i RPC-over-HTTP-proxy |
? | ? | ? |
Yes |
? | ? |
ServerManagerCmd -i Desktop-Experience |
? | ? |
Yes |
? | ? | ? |
ServerManagerCmd -i ADLDS |
? | ? | ? | ? |
Yes |
? |
ServerManagerCmd -i Failover-Clustering |
? |
Yes |
? | ? | ? | ? |
ServerManagerCmd -i RSAT-ADDS |
Yes |
Yes |
Yes |
Yes |
? |
Yes |
?
In Part 2 I will actually get on with the task of installing Exchange
?
Cheers
Nathan
Leave a Reply