如何查看Exchange服务器版本号
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何查看Exchange服务器版本号相关的知识,希望对你有一定的参考价值。
用户在实施Exchange邮件系统升级迁移时,需要确认旧系统的版本号,并确保其符合升级的先决条件。
有些操作还需要其Build No也要符合条件。
那如何查看Exchange 版本号呢
这里以Exchange2013系统为例
图形界面
命令行界面
Run the following command in the Exchange Management Shell.
Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion
附上常见Exchange版本及Build No
Exchange Version | Build No |
2000 Server SP3 | 6.0.6249 |
2003 | 6.5.6944 |
2003 SP1 | 6.5.7226 |
2003 SP2 | 6.5.7638 |
2007 | 8.0.685.24 or 8.0.685.25 |
2007 SP1 | Version 8.1 (Build 240.6) |
2007 SP2 | Version 8.2 (Build 176.2) |
2007 SP3 | Version 8.3 (Build 83.6) |
2010 | Version 14.0 (Build 639.21) |
2010 SP1 | Version 14.1 (Build 218.15) |
2010 SP2 | 14.2.247.5 |
2010 SP3 | 14.03.0123.004 |
2013 SP1 | 15.00.0847.032 |
2016 RTM | 15.01.0225.042 |
以上是关于如何查看Exchange服务器版本号的主要内容,如果未能解决你的问题,请参考以下文章
Exchange-Exchange Server内部版本号和发行日期
Exchange2007升级到Exchange2013——配置新旧版本共存
Oracle 数据库 - 使用UEStudio修改dmp文件版本号,解决imp命令恢复的数据库与dmp本地文件版本号不匹配导致的导入失败问题,“ORACLE error 12547”问题处理(代码片段