by edward | Jan 14, 2019 | Exchange 2019 PowerShell
In Exchange 2019, like other versions like 2016 or 2013, you can delete a mailbox using a single command. To firstly find the list of mailboxes you can run the following command: Get-Mailbox In this example we are going to remove the mailbox called...
by edward | Jan 13, 2019 | Exchange 2019 PowerShell
In Exchange, I pretty much do everything with PowerShell. A quick tip if you want to make sure everything is running, service wise, you can do so in Powershell: Get-Service *MSExchange* Just by running a simple command you have a complete overview of what is not...
by edward | Jan 5, 2019 | Exchange 2019 PowerShell
In Exchange, whether it is 2013 or higher, you may look at enabling Circular logging on your databases. While this will constantly flush the logs, you cannot run Circular logging and have backups running as they will be inconsistent all the time. To firstly check if...
by edward | Jan 4, 2019 | Exchange 2019 PowerShell
In Exchange, you might come across mail stuck in your queue that only show <> and nothing else. This is most likely your journal mail but for some reason it is stuck and does not want to clear from the Transport Queue, you can run the following command to remove...
by edward | Jan 4, 2019 | Exchange 2019 PowerShell, Windows Server 2019 PowerShell
In Exchange, if you have created a large number of disks to cater for your DAG or multiple DAG’s, setting them online one by one can be a very time consuming job. With PowerShell you can set all the offline disks online and then create your mount points but we...