Book Image

Microsoft Exchange Server Powershell Cookbook (Update)

Book Image

Microsoft Exchange Server Powershell Cookbook (Update)

Overview of this book

Table of Contents (21 chapters)
Microsoft Exchange Server PowerShell Cookbook Third Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Restoring deleted items from mailboxes


One of the most common requests that Exchange administrators are asked to perform is to restore deleted items from a user's mailbox. In the previous versions of Exchange, there were usually a couple of ways to handle this. First, you can use your traditional brick-level backup solution to restore individual items in a mailbox. Of course, there is also the more time-consuming process of exporting data from a mailbox located in a recovery database. Exchange 2010 reduced the complexity of restoring deleted items by implementing a feature called single item recovery. When this feature is enabled, administrators can recover the purged data from an end user's mailbox using the Search-Mailbox cmdlet. In this recipe, we will take a look at how this restore process works from within the Exchange Management Shell.

How to do it...

Let's see how to restore deleted items from mailboxes using the following steps:

  1. If you have not already done so, you will need to use...