by edward | Dec 24, 2018 | Windows Server 2019 PowerShell
Part of any Operating System that you install, whether it is Server 2012 or Server 2019, Server Manager launches on startup. A quick command below will create a registry key and disable it so it doesn’t start on windows boot. Here is the command: Invoke-Command...
by edward | Dec 23, 2018 | Exchange 2019 PowerShell
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...
by edward | Dec 23, 2018 | Exchange 2019 PowerShell
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...
by edward | Dec 22, 2018 | Exchange 2019 PowerShell
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.