Exchange 2019 PowerShell

Exchange 2019 – Change the URL’s with PowerShell

Exchange 2019 – Check Transport Server

In previous Exchange versions to check a queue on a specific server you could use the Get-TransportServer command, however if you now run this on Exchange 2019, you receive a nice lengthy warning to say it is going to be removed in future versions of Exchange, yet we...

Exchange 2019 – Change the URL’s with PowerShell

Exchange 2019 – Check mail queue

Here is a quick tip to check the mail queue on an Exchange 2019 Server. If you launch the Exchange Management Shell (EMS) you can type in the following command: Get-Queue -Server Exchange-2019-Server Nothing much to it.Hope it helps.