You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"For '$restoreDate' there are {0} archive files with an average size of {1:N2} Kb. The estimated restore time for all files is {2} seconds, on assumption each archive takes 10 seconds to restore, and no filtering is taking place." -f $archive_count.Count, $($avg_archive_size.Sum / $archive_count.Count), $($avg_restoretime * $archive_count.Count)