Forum Discussion

GulzarShaikhAUS's avatar
13 years ago

Archived mailbox migration to different forest

Dear Experts, We are in process of moving our mailboxes to a different forest. Source is Exchange 2003 and destination is 2010. There is no trust relationship between the forests. The mailboxes at ...
  • TonySterling's avatar
    13 years ago

    I know you can find that info from sql:

    SELECT COUNT(*) AS 'Number of Items', SUM(ItemSize)/1024 AS 'Saveset Size (MB)', SUM(OriginalSize)/1024/1024 AS 'Orignal Size (MB)'
    FROM Saveset
    INNER JOIN SavesetProperty ON Saveset.SavesetIdentity = SavesetProperty.SavesetIdentity
    WHERE ArchivedDate >'2008-03-04 22:00' AND ArchivedDate < '2008-03-05 6:00'

    Just change the dates.