Exchange Server 2010 入手之篇

安装Exchange Server 2010的系统与组件要求,我的安装的是windows server 2008 x64-sp2(安装最新补丁),所以需要安装以下组件
 
 
 
 
 
集线器传输角色 先决条件
未安装“IIS 6 元数据库兼容性”组件
要求安装“Web Server (IIS) Tools”组件
要求安装“Windows Process Activation Service Process Model”组件
要求安装“IIS 7 Basic Authentication”组件
要求安装“IIS 7 Windows Authentication”组件
要求安装“IIS 7 .NET Extensibility”组件
建议安装“IIS 6 管理控制台”组件
此计算机需要 2007 Office System Converter: Microsoft Filter Pack
建议安装“IIS 6 管理控制台”组件,因为它允许管理所有服务器角色
客户端访问角色 先决条件
无法从元数据库读取数据
W3SVC 服务已禁用或未在此计算机上安装
未安装“HTTP 激活”功能
未安装“IIS 6 元数据库兼容性”组件
未安装“IIS 6 管理控制台”组件
要求安装“IIS 7 Dynamic Content Compression”组件
要求安装“IIS 7 Static Content Compression”组件
要求安装“Web Server (IIS) Tools”组件
要求安装“Windows Process Activation Service Process Model”组件
要求安装“IIS 7 Basic Authentication”组件
要求安装“IIS 7 Windows Authentication”组件
要求安装“IIS 7 Digest Authentication”组件
要求安装“IIS 7 .NET Extensibility”组件
Net.Tcp 端口共享服务的启动模式必须设置为“自动”才能继续安装
邮箱角色 先决条件
无法从元数据库读取数据。请确保已安装 Microsoft Internet 信息服务。
W3SVC 服务已禁用或未在此计算机上安装。必须退出安装程序,安装所需的组件,然后重新启动安装程序。
未安装“IIS 6 元数据库兼容性”组件。请通过服务器管理器安装此组件。
未安装“IIS 6 管理控制台”组件。请通过服务器管理器安装此组件。
要求安装“Web Server (IIS) Tools”组件。请通过服务器管理器安装此组件。
要求安装“Windows Process Activation Service Process Model”组件。请通过服务器管理器安装此组件
要求安装“IIS 7 Basic Authentication”组件。请通过服务器管理器安装此组件。
要求安装“IIS 7 Windows Authentication”组件。请通过服务器管理器安装此组件。
要求安装“IIS 7 .NET Extensibility”组件。请通过服务器管理器安装此组件。
此计算机需要 2007 Office System Converter: Microsoft Filter Pack。请从 http://go.microsoft.com/fwlink/?LinkId=123380 安装该软件。
1、 Install Microsoft .NET Framework 3.5 Service Pack 1 (SP1):
http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en
2、 Install Windows Remote Management (WinRM) 2.0 and Windows PowerShell V2(KB968930.msu):
http://support.microsoft.com/kb/968929
3、 install the Microsoft Filter Pack: 2007 Office System Converter: Microsoft Filter Pack:
http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&displaylang=en
4、 On the Start Menu, navigate to All Programs, then Accessories, then Windows PowerShell. Open an elevated Windows PowerShell console, and run the following command:
1) For a server that will have the typical installation of Client Access, Hub Transport, and the Mailbox role:
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
2) For a server that will host the Client Access, Hub Transport, Mailbox, and Unified Messaging server roles:
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
3) For a server that will host the Client Access and Hub Transport server roles:
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
4) For a server that will host the Hub Transport and Mailbox server roles:
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
5) For a server that will host the Client Access and Mailbox server roles:
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
6) For a server that will host only the Client Access role:
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
7) For a server that will host the Hub Transport or the Mailbox role:
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
8) For a server that will host only the Unified Messaging role:
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
9) For a server that will host the Edge Transport role:
Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS �CRestart
10) After the system has restarted, log on as an administrator, open an elevated Windows PowerShell console, and configure the Net.Tcp Port Sharing Service for Automatic startup by running the following command:
Set-Service NetTcpPortSharing -StartupType Automatic
clip_image002
clip_image004
clip_image006
clip_image008
clip_image010
clip_image012
clip_image014
clip_image016
clip_image018
clip_image020
clip_image022
clip_image024
clip_image026
clip_image028
若有同志是在windows 2008 R2 安装,请参考官方文档:
http://technet.microsoft.com/zh-cn/library/bb691354.aspx

你可能感兴趣的:(server,职场,Exchange,休闲,2010)