Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Microsoft Exchange Server 2013 High Availability and Site Resilience
May 13, 2013 at 9:59 AMIn terms of latency requirements, the only support statements we have around those is for DAG members, and that is that all members of a DAG must have no greater than 500 ms round trip return latency between them, regardless of physical location. That applies to both Exchange 2010 and Exchange 2013 DAGs. See http://technet.microsoft.com/en-us/library/dd638104(v=exchg.150).aspx#NR for the full statement for Exchange 2013.
Microsoft Exchange Server 2010 Tips and Tricks
May 23, 2011 at 9:27 AMGood catch. Fixed it. Should be:
get-date;Get-MailboxServer | foreach {get-mailboxdatabasecopystatus -MailboxServer $_.identity -DumpsterStatistics | ? {$_.SummaryCopyStatus -ne 'Mounted'}} | foreach {$_.DumpsterStatistics}