从官方文档了解到Exchange2010升级到2016,需要2010SP3满足至少是更新汇总11(内部版本号14.03.0266.002)以上,下面我们来确定自己的Exchange是否需要升级
打开EMS运行命令查看当前SP3版本:
[PS] C:\Windows\system32>Get-Command ExSetup | ForEach{$_.FileVersionInfo}
ProductVersion FileVersion FileName
-------------- ----------- --------
14.03.0224.002 14.03.0224.002 C:\Program Files\Microsoft\ExchangeServer\V14\bin\ExSetup.exe
下载并安装更新:
下载链接:ExchangeServer 2010 SP3 更新汇总 12
打开EMS运行命令确认安装更新后版本:
[PS] C:\Windows\system32>Get-CommandExSetup | ForEach {$_.FileVersionInfo}
ProductVersion FileVersion FileName
-------------- ----------- --------
14.03.0279.002 14.03.0279.002 C:\ProgramFiles\Microsoft\ExchangeServer\V14\bin\ExSetup.exe
确认安装更新成功后,我们下一步开始安装Exchange2016
扩展:
安装Exchange2016先决条件:
https://technet.microsoft.com/zh-cn/library/bb691354.aspx
Exchange Server 更新:内部版本号和发行日期
https://technet.microsoft.com/zh-cn/library/hh135098(v=exchg.150).aspx