Trying to do a multi-mailbox search for emails From @sender_domain AND To @recipient_domain . I have tried via command line and via ECP. the only option is to search for From: @sender_domain OR To: @recipient_domain which results in huge amounts. I need to somehow use the AND operator and exchange is not letting this happen. Any ideas? The following command is searching All mailboxes (that's fine) but it retrieves results for matching either sender domain OR recipient domain (i don't want this, i want both to match)
New-MailboxSearch -Name Search1 -TargetMailbox SearchResults -StartDate "01/01/2013" -EndDate "09/12/2013" -Senders "@sender_domain.com" -Recipients "@recipient_domain.com" -IncludeUnsearchableItems:$false