This Wiki page lists the Exchange Server versions and Update Rollup's with release dates and KB respectively.
The Exchange Server 2013 table has been moved to Wiki page Exchange Server 2013 and 2016 Build Numbers (with Cumulative Updates)
The Exchange Server 2016 table has been moved to Wiki page Exchange Server 2013 and 2016 Build Numbers (with Cumulative Updates)
This Script can be used to find Exchange 2007 and Exchange 2010 build numbers in your environment. - Added by Bhargav Shukla - MSFT This alternate script can also be used to generate a CSV report of the actual Exchange 2010 RU numbers (as it translates the build numbers into the actual RU names) - Added by and other helpful Exchange scripts can found here: Dan Sheehan - MSFT
For Exchange Server 2007 Service Pack 3 Rollup 5 build number we got 8.3.213.0 instead of 8.3.213.1
imkottees, you meen after instaling or?
I check download page Exchange 2007 SP3 UR5 at www.microsoft.com/.../details.aspx and there is Version: 8.03.0213.001
When I try to install Rolluup 1 on Exchange 2010 SP1 it shows as Rollup 4 v2 when I launch the installer. Any ideas as to why? the one I am using is referenced below
Thanks
Update Rollup 1 for Exchange Server 2010 SP1 14.1.255.2 10/4/2010
This one-liner PS is far quicker and easier than the script in the article:
GCM exsetup | %{$_.Fileversioninfo}
Incorrect year in release date for Exchange 2010 SP2 in table - "Exchange Server Release dates". Should be 2011 instead of 2010.
Wasn't Exchange 2010 SP2 just released? Is the date in dd/mm/yyyy format instead of mm/dd/yyyy like the others? 12/04/2011 seems more accurate.
support.microsoft.com/.../2608656 - 2007 SP3 RU6
I find this page to be extremely helpful for keeping track of all the RUs and SPs released. However I noticed some of the dates appear to be in m/d/yyyy format and other dates in d/m/yyyy format so it's a little confusing to try and figure out the actual date; perhaps be nice if could use a unambiguous format such as 1-jan-2012; thanks
gkriggs,
Fixed, now release dates is in Month/Day/Year format, if I miss something let me know
Great Post!