Showing posts with label DAG seed Status & speed. Show all posts
Showing posts with label DAG seed Status & speed. Show all posts

Thursday, May 24, 2018

Checking Exchange Mailstore Database Seed Status Percentage completion and Copy Speed

Today one of my DAG database started giving issues, I had to delete and create new DAG DB copy.

but I was not able to get what is the status of the Copied data, What is Speed of copying??

So here is the magical command which revealed all that information.

Get-MailboxDatabaseCopyStatus

Let us suppose you have a Exchange server named EX02

The database here which is seeding is named MailDB01

So we executed following command to reveal all the seeding process status details

Get-MailboxDatabaseCopyStatus “MailDB01\EX02” | FL

and in the Output screen you can see all the details

image


Further to calculate estimate time for completion you can use the following script

http://www.flobee.net/estimate-the-time-to-complete-seeding-a-mailbox-database-copy/ 


Thanks

Recent Posts

Upgrade Azure ADsync 1.6 to 2.3

 After a very long break, posting in new blog on upgrading ADsync to latest version. I was having version 1.6.4 running and doing its job we...