Wednesday, October 19, 2011

How to find the exact version of my Exchange 2010

From a powershell console enter this command:
Get-Exchangeserver -Identity
If you want to know the exact version then enter this command:
gcm exsetup |%{$_.Fileversioninfo}
For more info take a look at this article from Technet.

No comments:

Post a Comment