This Wiki page lists the Exchange Server 2013 and Cumulative Updates (CU’s) build numbers with release dates and KB respectively.
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.
Get-ExchangeServer | Select Name, AdminDisplayVersion
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
Trying to patiently wait for CU1...
Any news about CU1 !!!
March 25 / CountDown 05 to EOQ1. Where is it ?
New Release date is Apr 02, 2013.
blogs.technet.com/.../exchange-2013-rtm-cu1-status.aspx
And here it is! blogs.technet.com/.../released-exchange-server-2013-rtm-cumulative-update-1.aspx
Any news on CU3 for Exchange 2013?
It passed more than 3 months from latest CU2-v2, but there is no any new info about Exchange Server 2013 Cumulative Update 3 :/
Thanks.
So will this site be updated as soon as CU6 is released? I've got some database crashing issues that I've been told will be fixed in CU6, so I am patiently waiting.