Bring back ExMerge… ☺ From: [email protected] [mailto:[email protected]] On Behalf Of Michael Pope Sent: Thursday, August 20, 2015 2:28 PM To: [email protected] Subject: Re: [Exchange] Powershell to remove email from mailboxes
That's a fairly generic query. On Aug 20, 2015 4:30 PM, "Todd Lemmiksoo" <[email protected]<mailto:[email protected]>> wrote: I have to remove a email send to group of people in Exchange 2010. My powershell is returning too many mailboxes. This is my code Get-Mailbox -ResultSize unlimited | Search-Mailbox -SearchQuery "I have been informed" –DeleteContent -WhatIF The search should only return about 40 mailboxes, it is returning hunderds. Suggestions! -- T. Todd Lemmiksoo
