Deleted Item Recovery in Outlook 2007
One of your duties as systems administrator is to design and implement disaster recovery techniques to grant company’s most important data restoration in case of being lost. The most common techniques is to take regular backups (daily, monthly and yearly) as insurance that you never gonna be fired for being unable to recover the big boss mailbox.
Usually, on Monday morning users tend to lose mails and IT inbox is spammed with requests for mailbox restorations. Here is where you, as systems administrator, deploy your best knowledge on data restoration and after two hours recovering data your job is done and you can go lunch.
I’ve done this for ages, bur recently I discovered ‘Deleted Items Recovery’ tool in Outlook 2007; this functionality gives you the chance to spend just 10 minutes for every clumsy user that loses mail on Monday morning.
To be able to use the functionality you firstly need to configure deleted item retention on your Exchange 2007 mailbox database; this can be done from the management console or from the management shell.
Here you have the procedure step-by-step:
Exchange Management Console
- Open the Exchange Management Console.
- In the console tree, expand Microsoft Exchange, then expand Server Configuration, and then select Mailbox.
- On the Database Management tab in the work pane, expand the storage group that contains the mailbox database that you want to configure.
- Right-click the database that you want to configure, and then select Properties.
- Click the Limits tab.
- In the Deletion settings area, enter the number of days to retain deleted items in Keep deleted item for (days).
- Click OK to save the changes.
Exchange Management Shell
-
Open the Exchange Management Shell and run the following command:
Set-MailboxDatabase <database_name> -DeletedItemRetention 7.00:00:00
Once this has been set, you should see the functionality in Outlook 2007, but I recommend you to do some tricks that improve the experience.
This procedure is valid for items sent to the recycle bin, but if you want to recover hard-deleted items you should set DumpsterAlwaysOn key:
-
On the client computer used to perform the deleted items recovery operation, click Start, click Run, type regedit, and then click OK.
-
Locate, and then click the following registry subkey:
_HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options
_ -
On the Edit menu, point to New, and then click DWORD Value.
-
Type DumpsterAlwaysOn, and then press ENTER.
-
Double-click DumpsterAlwaysOn.
-
Type 1 in the Value data area, click Decimal in the Base area, and then click OK.
-
Close Registry Editor.
-
Restart Outlook.
Now you have all set to recover deleted items directly from Outlook:
- Open an Outlook client that has access to the mailbox that has deleted items.
- Select the Deleted Items folder.
- From the Tools menu, select Recover Deleted Items.
- Select the item that you want to recover, and then click Recover Selected Items.
If you want to review this procedure in deep or need more technical information you can visit the links below: