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”