Just a quick post to let you know how you can get the lag times that are set on the databases if you have any configured in your DAG:
Get-MailboxDatabase –Identity dbname -Status | Format-List replaylagtimes
This should output something similar to this:
Hope this helps
Paul
Leave A Comment