From 3174717795f8c2268d5f88120fb25aa670313335 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 5 Jul 2025 15:55:09 -0600 Subject: [PATCH] Update Servers/Microsoft Exchange/Scripts/DAG/Reseed Replica Database.md --- .../Scripts/DAG/Reseed Replica Database.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Servers/Microsoft Exchange/Scripts/DAG/Reseed Replica Database.md b/Servers/Microsoft Exchange/Scripts/DAG/Reseed Replica Database.md index 2eeb0f3..01a1d74 100644 --- a/Servers/Microsoft Exchange/Scripts/DAG/Reseed Replica Database.md +++ b/Servers/Microsoft Exchange/Scripts/DAG/Reseed Replica Database.md @@ -2,14 +2,13 @@ If you operate an Exchange Database Availability Group (DAG) with 2 or more servers, you may need to do maintenance to one of the members, and during that maintenance, it's possible that one of the databases of the server that was rebooted etc will be out-of-date. In case this happens, it may suspend the database replication to one of the DAG's member servers. ### Checking DAG Database Replication Status -You will want to first log into one of the DAG servers and open the *"Exchange Management Shell"*. From there, run the following command to get the status of database replication: +You will want to first log into one of the DAG servers and open the *"Exchange Management Shell"*. From there, run the following command to get the status of database replication. An example of the kind of output you would see is below the command. ```powershell Get-MailboxDatabaseCopyStatus * | Format-Table Name, Status, CopyQueueLength, ReplayQueueLength, ContentIndexState ``` -!!! example "Example Output" - | **Name** | **Status** | **CopyQueueLength** | **ReplayQueueLength** | **ContentIndexState** | - | :--- | :--- | :--- | :--- | :--- | :--- | - | DB01\MX01 | Mounted | 0 | 0 | Healthy | - | DB01\MX02 | Healthy | 0 | 0 | Healthy | \ No newline at end of file +| **Name** | **Status** | **CopyQueueLength** | **ReplayQueueLength** | **ContentIndexState** | +| :--- | :--- | :--- | :--- | :--- | :--- | +| `DB01\MX01` | Mounted | 0 | 0 | Healthy | +| `DB01\MX02` | Healthy | 0 | 0 | Healthy | \ No newline at end of file