且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Exchange Server 2013部署先决条件准备

更新时间:2022-09-22 23:37:09

Exchange Server 2013预览版近期已经发布,下面先来看看安装Exchange Server 2013预览版的一些条件。

一、Exchange Server 2013支持操作系统

Windows Server 2012

Windows Server 2008 Standard or Enterprise (32-bit or 64-bit)

Windows Server 2008 R2 Standard or Enterprise

Exchange Server 2013支持在Server 2008和Server 2012上安装,本次部署是在Windows 2008 R2 Enterprise SP1环境下部署。

二、补丁和组件安装:

  1. Microsoft .NET Framework 4.5 RC

  2. Windows Management Framework 3.0

  3. Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit

  4. Microsoft Office 2010 Filter Pack 64 bit

  5. Microsoft Office 2010 Filter Pack SP1 64 bit

  6. Microsoft Knowledge Base article KB974405 (Windows Identity Foundation)

  7. Knowledge Base article KB2619234 (Enable the Association Cookie/GUID that is used by RPC over HTTP to also be used at the RPC layer in Windows 7 and in Windows Server 2008 R2)

  8. Knowledge Base article KB2533623 (Insecure library loading could allow remote code execution)

 注意:

NET Framework需要在IIS安装完成后进行安装,否则Framework 4.0无法应用到IIS中。

三、扩展架构

1. 安装AD DS 管理单元和命令行工具。

Import-Module ServerManager

Add-WindowsFeature RSAT-ADDS

Exchange Server 2013部署先决条件准备

2.架构准备

./Setup /PrepareSchema /IAcceptExchangeServerLicenseTerms

Exchange Server 2013部署先决条件准备

2.林准备

./Setup /PrepareAD /OrganizationName:contoso /IAcceptExchangeServerLicenseTerms

Exchange Server 2013部署先决条件准备

3.域准备

./setup /PrepareDomain:contoso.local /IAcceptExchangeServerLicenseTerms

Exchange Server 2013部署先决条件准备

四、先决条件准备

1.Mailbox server role or combined Mailbox and Client Access server roles安装的先决条件

 


Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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

Exchange Server 2013部署先决条件准备

2.将Net.Tcp port Sharing Service服务设为自动,并启动

Exchange Server 2013部署先决条件准备

3.在控制面板,程序和功能中卸载Microsoft Visual C++ 11

Exchange Server 2013部署先决条件准备























本文转自李珣51CTO博客,原文链接:http://blog.51cto.com/lixun/935610 ,如需转载请自行联系原作者