Exchange 2019 PowerShell
Exchange 2019 – Move Transport Database to new drive.
In Exchange, whether it is Exchange 2013 or 2016 and the new version 2019, you can move the transport database off the C:\ drive to another drive so you don't hit back pressure firstly and run out of space. You can find the script to move the database in the scripts...
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 – 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.