Exchange 2016 – Remove a mailbox server from a DAG using PowerShell
I am working on an Exchange 2016 environment in a lab (using a SureBackup job in Veeam Backup & Replication) and not all of the servers are present in the lab. Therefore, I need to remove one of the mailbox…
Exchange 2016 – mount a mailbox database using PowerShell
Mounting a mailbox database in PowerShell is really easy, you just need to use the Mount-Database cmdlet. Here is an example: Mount-Database -Identity “UK Mailbox Database 1”

Move a mailbox to a different database
Today I had to move some mailboxes from one database to another. This is quite easy using the Exchange Management Console. Below are the steps required, including screenshots. 1. Open the Exchange Management Console 2. Expand Recipient Configuration and select…