Hi all, I've been asked to search for an old email in ALL the mailboxes of the organization.
I've already tried with delivery reports and message tracking log cmdlets (it's the same, and I'm limited to last 30 days)
Then I came across with this New-mailboxsearch cmdlet.
https://technet.microsoft.com/en-us/library/dd298064%28v=exchg.160%29.aspx
but when i try to find somethingit doesn't recognize the "sender" parameter.
[PS] C:\Windows\system32>New-MailboxSearch -Name "search1" -sender sender@company.com
A parameter cannot be found that matches parameter name 'sender'.
+ CategoryInfo : InvalidArgument: (:) [New-MailboxSearch], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,New-MailboxSearch
So, is there a way to make this work? if not, is another way so search for a mail in ALL mailboxes, different than messagetracking logs, or delivery report tool?
thank you all,
PD: My version is Exchange 2013 standard.