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

Deleting messages from mailboxes


At some point, you are bound to find yourself in a situation where you need to remove an e-mail message from one or more mailboxes. This may be due to a message being sent to one of your distribution lists or as a part of some kind of spam or virus-related outbreak. If you have worked with Exchange 2007, you may be familiar with the Export-Mailbox cmdlet that could previously be used to perform this task. With Exchange 2010 SP1, the cmdlet called Search-Mailbox was introduced. This has been even more enveloped. The Search-Mailbox cmdlet can be used to clean up the mailboxes in our environment. In Exchange 2013, this cmdlet includes some new features as well, and in this recipe, we will take a look at how to use it to delete messages from mailboxes.

How to do it...

Let's see how to delete messages from mailboxes using the following steps:

  1. If you have not already done so, you will need to use the following command syntax to assign your account the Mailbox Import...