Categories
How-To Technical

Find my Exchange 2010 version with the help of PowerShell

You have exchange running.  What’s this; Microsoft has released SP2.  Well what version am I running. The answer is simple to obtain with a quick little PowerShell fun you can have it in seconds.

First you will need to run the Exchange Management Shell. Once you have this running you will issue the following command:

Get-ExchangeServer | select name, admindisplayversion | ft -AutoSize