Exchange 2019 PowerShell
Exchange 2019 – Check edition with PowerShell
In Exchange 2019, like previous versions, you can check your edition of Exchange by running the following command: Get-ExchangeServer | fl or by adding another section to the script: Get-ExchangeServer | fl *Edition* You can see the one command gives you less information than the other, to change the edition, Read more…