What version of Exchange 2007/2010 am i running?
Last Updated on Tuesday, 01 June 2010 11:47 Written by VirtualPimp Tuesday, 01 June 2010 11:23
Wondering what version of Exchange 2007 or 2010 you're running? There are two options to check your build number, within the Exchange Management Console or with a Powershell command.
Exchange Management Console:
- Select Server Configuration.
- In the right pane you see the version number and build number.

Or use the Powershell command:
Get-ExchangeServer | fl name,edition,admindisplayversion
It will show up like:

See this link for build numbers and release dates for Exchange Server by Microsoft.



