That's a fairly generic query. On Aug 20, 2015 4:30 PM, "Todd Lemmiksoo" <[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 >
