在Windows server 2012环境下安装Exchange 2013
.林功能级别为Windows 2003或更高,架构主机运行在WindowsServer 2003 Service Pack 2 或更高版本
.安装Windows.NET Framework 4.5
.安装Windows Management Framework 3.0
.安装 RSAT-ADDS(AD DS 管理单元和命令行工具)
.安装 IIS 7.5 以及 IIS6 元数据兼容性(IIS6 Metabase)组件
.安装 Microsoft Filter Pack(筛选包)
.配置 Net.TCP Port Share Service 为自启动模式
1.安装 .NET Framework 4.5
Add-WindowsFeature NET-Framework(Windows server 2012自带,不需要单独安装)
2.安装 RAST-ADDS(AD DS 管理单元和命令行工具)
Install-WindowsFeature RSAT-ADDS(Windows server2012下)
3.安装所需Windows的角色和功能组件
在Windows Powershell下运行:Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation
4.安装 Microsoft Filter Pack(筛选包)
从http://www.microsoft.com/en-us/download/details.aspx?id=17062下载 64-bit 版的 FilterPack,文件名为“FilterPackx64.exe”,使用“/quiet”参数来实现自动安装,命令行如下:FilterPackx64.exe /quiet
5.安装Microsoft Office 2010 Filter Pack SP164 位
从http://www.microsoft.com/en-us/download/details.aspx?id=26604下载
6.安装Microsoft Unified CommunicationsManaged API 4.0, Core Runtime 64-bit
从http://www.microsoft.com/en-us/download/details.aspx?id=34992下载
参考链接为:http://technet.microsoft.com/zh-CN/library/bb691354(v=exchg.150).aspx