July 2017
Intermediate to advanced
648 pages
31h 9m
English
When creating lagged database copies, the maximum replay time that can be set is 14 days. In addition to the -ReplayLagTime parameter, both cmdlets shown in the previous example provide a -TruncationLagTime parameter. Setting the truncation lag time on a lagged database copy allows you to configure the amount of time that Exchange will hold on to any log files that have been played into the database before deleting them.
When using either the -ReplayLagTime or -TruncationLagTime parameters, you need to specify the amount of time in the format of Days.Hours:Minutes:Seconds. Alternatively, you can pass a TimeSpan object to either of these parameters:
Set-MailboxDatabaseCopy DB01\MBX2 '
-ReplayLagTime (New-TimeSpan -Hours 12) ...Read now
Unlock full access