How to : Determine the version number, build number of Exchange Server 2007 using cmdlet?

With continuation of my previous article, it just points out to find how we can get by using UI(User Interface like snap-in, MMC Console, ESM..etc)’s.

This time, let me try something different with Exchange Server 2007 (i tried with Exchange Server 2007 SP1 RUx) with its powershell/cmdlet. In order to get the version number, i tried like this to obtain the attributes of the server,

> Get-ExchangeServer | Select ExchangeVersion, AdminDisplayVersion

This provides the ExchangeVersion and AdminDisplayVersion respectively. Hope this helps.