PowerShell script to get the Exchange server full version info for Exchange 2007, 2010, 2013, 2016. You can do post processing with the output of this script.

Get-ExchangeServer | .\Get-ExchangeVersionWithRollup.ps1 | Ft -AutoSize

**Moved to GitHub

https://github.com/Shinbaum/Get-ExchangeVersionWithRollup