1360494799_7945.JPG

1360497159_8327.JPG

参考https://technet.microsoft.com/zh-cn/library/bb691354(v=exchg.150).aspx

安装步骤如下

windows 2012 r2 全新安装exchange 2013

 

Ad准备

安装.NET Framework 4.5.2

windows management framework4.0 (windows 2012 r2自带,默认带了,不用装了,之前这里花了很长时间研究为什么安装不上去 orz)

powershell#

Install-WindowsFeature RSAT-ADDS

exchange server准备

powershell #

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, RSAT-ADDS

安装NET Framework 4.5.2

安装Microsoft Unified Communications Managed API 4.0 Core Runtime(64 位)

 

完成后到Ad上进行扩展架构步骤

插入exchange2013盘

运行

Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms

完成后运行

Setup.exe /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms
(其中organization name 一开始不确定要填写什么 后来发现正确的格式应该是 “xxx” ,开始是惯性思维,只把organization name换了,<xxx>仍然保留了。
完成后发现多了一个ou
 Microsoft Exchange Security Groups
随后就可以进行正常安装了