...
Here is screenshot of his original folder:
Steps to recover
...
Get-MailboxStatistics -identity billy | fl
2. Create a "Recovery Storage Group" using the Exchange Management Console
...
Open the Exchange Management Console (EMC). In the Toolbox node, click on Database Recovery Management.
Type the names of your Exchange server and Domain Controller.
In Manage Recovery Storage Group, click on Create a Recovery Storage Group
Select the Storage Group that you want to restore from.
Choose the location of the original Storage Group.
3. Use ZCB to restore the mailbox data to the Recovery Storage Group
Launch ZCB, and visit the Restore page. Select the backup run containing your mailbox database. Restore to the Recovery Storage group and enter the appropriate information.
Once restore begins, you will be taken to the Monitor page where you can track the progress of your restore.
4. Mount Recovery Database
In the EMC, select "Mount or dismount databases in the recovery storage group".
Select your mailbox database and mount it.
5. Restore Mailbox Items from a database in the Recovery Storage Group
In Manager Recovery Storage group, select "Merge or copy mailbox content".
2ND
Select the restored mailbox database, and click "Gather merge information".
A list of available mailboxes will be displayed. Make sure you have only selected the mailbox that you wish to recover items for, then click on “Perform merge actions”.
The items will be visible in the end user’s mailbox after the merge has completed!
Other restore options
...
restore-mailbox -RSGMailBox "Billy Gates" -RSGDatabase "RSG1\2NDMailbox" -id "billy" -TargetFolder "Restored" -IncludeFolders \Inbox\Important
Verify results in Outlook
Restore to an Outlook PST file
In some scenarios, you might want to get restored items in the form of PST file, rather then recover them directly to user mailbox. For example you need to recover emails of an employee who is not longer with your organization.
Create a temporary user with its own mailbox, recover email items to it, and then extract recovered content to PST file.
The following Microsoft article will help you to export a mailbox to a PST file: How to Export and Import mailboxes to PST files in Exchange 2007 SP1
5. Perform cleanup operations
...