fablefe 发表于 2017-7-1 21:57:19

Install Exchange Server 2013 on Windows Server 2008


[*]
OS 要求  Exchange Server 2013可以部署在Windows Server 2012的平台也可以部署在Windows Server 2008 R2的平台。如果部署在Windows Server 2008 R2平台要求操作系统版本为Windows Server 2008 R2 SP1的版本 
[*]
安装服务器角色 :  PowerShell中执行如下命令 , 打开Windows PowerShell 运行如下命令来加载服务器管理器模块  
  Import-Module ServerManager  
  运行一下命令来完成Exchange Server 2013所需组件安装  
  Add-WindowsFeature Desktop-Experience, NET-Framework, NET-HTTP-Activation, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Web-Server, WAS-Process-Model, Web-Asp-Net, 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-Ext, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI,RSAT-ADDS -Restart  
[*]
下载并安装必要软件 :   在安装操作系统角色和功能后按顺序安装如下显示的软件  
  Microsoft .NET Framework 4.5 : http://go.microsoft.com/fwlink/p/?LinkId=260991   
  Windows Management Framework 3.0: http://www.microsoft.com/en-us/download/details.aspx?id=34595  
  Microsoft Unified Communications Managed API 4.0, Core Runtime 64 位 : http://www.microsoft.com/en-us/download/details.aspx?id=34992  
  Microsoft Office 2010 Filter Pack 64 位 : http://www.microsoft.com/en-us/download/details.aspx?id=17062   
  Microsoft Office 2010 Filter Pack SP1 64 位 : http://www.microsoft.com/en-us/download/details.aspx?id=26604   
  Microsoft 知识库文章 KB974405 (Windows Identity Foundation): http://support.microsoft.com/?ln=zh-cn&kbid%20=+974405   
  知识库文章 KB2619234 启用 RPC over HTTP 使用的 Cookie/GUID以同时用于Windows 7 和 Windows Server 2008 R2RPC 层
  http://support.microsoft.com/?ln=zh-cn&kbid=2619234   
  知识库文章 KB2533623不安全的库加载可能允许远程代码执行 : http://support.microsoft.com/?ln=zh-cn&kbid=2533623  
[*]
域环境准备  准备林 :setup /IAcceptExchangeServerLicenseTerms /PrepareSchema 
 
  准备域 : setup /IAcceptExchangeServerLicenseTerms /OrganizationName:testORG /PrepareAD 

页: [1]
查看完整版本: Install Exchange Server 2013 on Windows Server 2008