Exchange Server 2013 and Cumulative Updates (CU’s) Build Numbers (en-US)

Exchange Server 2013 and Cumulative Updates (CU’s) Build Numbers (en-US)

This Wiki page lists the Exchange Server 2013 and Cumulative Updates (CU’s) build numbers with release dates and KB respectively.


Update on Exchange 2013 Cumulative Updates

More about Exchange 2013 Cumulative Updates (CU’s) see MS Exchange Team Blog post Servicing Exchange 2013.

Exchange 2013 Cumulative Updates include all Exchange binaries so you need to download only the last CU.

You don't need to install Exchange Server RTM first.

 

note Note
In this article release dates is in Month/Day/Year format.

Exchange Server 2013

Product Name Build Number Date



[mm/dd/yyyy]
KB
 Microsoft Exchange Server 2013 RTM  15.0.516.32  10/11/2012  
 Exchange Server 2013 Cumulative Update 1 (CU1)  15.0.620.29  04/02/2013  KB2816900
 Exchange Server 2013 Cumulative Update 2 (CU2)  15.0.712.24  07/29/2013  KB2859928
 Exchange Server 2013 Cumulative Update 3 (CU3)  15.0.775.38  11/25/2013  KB2892464
 Exchange Server 2013 Service Pack 1 (SP1 aka CU4)  15.0.847.32  02/24/2014  KB2926248
 Exchange Server 2013 Cumulative Update 5 (CU5)  15.0.913.22  05/23/2014  KB2936880
 Exchange Server 2013 Cumulative Update 6 (CU6)  15.0.995.29  08/26/2014  KB2961810
 Exchange Server 2013 Cumulative Update 7 (CU7) ​ 15.0.1044.25  12/08/2014  ​KB2986485
  •  Build number can be checked using Get-ExchangeServer cmdlet

Get-ExchangeServer | Select Name, AdminDisplayVersion

  • Build number can be checked from ExSetup.exe file version information also

Get-Command Exsetup.exe | ForEach{$_.FileVersionInfo}

To check ExSetup.exe file version information on all Exchange servers remotely, use below one-liner.

Get-ExchangeServer | Sort-Object Name | ForEach{ Invoke-Command -ComputerName $_.Name -ScriptBlock { Get-Command ExSetup.exe | ForEach{$_.FileVersionInfo } } } | Format-Table -Auto

In Exchange 2013 you can also check build numbers in Exchange Admin Center (EAC).

In EAC click on "servers" category on the left side and then click on "servers" pane.

--------------

For update detail regarding earlier versions of Exchange Server (2003 - 2010) , Visit: the Wiki page Exchange Server and Update Rollups Build Numbers

----------------

Table last update on 8/26/2014

Sort by: Published Date | Most Recent | Most Useful
Comments
Page 1 of 2 (15 items) 12