Hi folks,
You can find out the Exchange Server’s version and build number using the commands below.
Exchange Server 2019, Exchange Server 2016 and Exchange Server 2013
Get-ExchangeServer | Format-List Name,Edition,AdminDisplayVersion
Exchange Server 2010
Get-Command ExSetup | ForEach {$_.FileVersionInfo}
Build Numbers