Forum Discussion

BoxOfFrogs's avatar
BoxOfFrogs
Brass Contributor
May 24, 2019
Solved

Trying to recover lost emails for one user.

Essentials.  I have a user that somehow has lost exactly, to the day, 1 year of emails from his inbox, just his inbox.  I have looked at the deepcache settings and OWA.  Same thing.  I looked through...
  • VasilMichev's avatar
    VasilMichev
    May 25, 2019

    How exactly did he "lose" the items? If it's exactly 1year, perhaps he applied a retention tag to the Inbox folder? If so, check what the retention action was, as items might either be deleted or moved to the archive mailbox.

     

    The recovery steps will depend on the action above - if the messages were deleted, you should be able to simply go to the dumpster and mass recover them, or use PowerShell: https://blogs.technet.microsoft.com/recoverableitemscmdlet/2018/01/08/45/

     

    If they were archived, moving them back is a bit more complicated as we dont have built-in tools. In general an EWS-based script could do it, or you can just use the eDiscovery process. I strongly advise you limit the search to just the Inbox folder, but if that's not possible you can just ignore the ApplicationDataRoot, CalendarSharingCacheCollection and SubstrateFiles containers - those do not contain any user-accessible items (although they are the ones contributing most to the size of the PST).

     

     

Resources