How to find out the Exchange Server’s version and build number.
- Enis GOKTAY
- 4 May 2020
- 1 dakikada okunur
Güncelleme tarihi: 20 Ara 2020
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
Comments