Frequently Asked Question
Exchange - Get the product version and file version of exchange using Powershell
Last Updated 4 years ago
To get the current build or version number you are on of Microsoft Exchange you can use the command Below.
Get-Command ExSetup | ForEach {$_.FileVersionInfo}
Get-Command ExSetup | ForEach {$_.FileVersionInfo}