Hello,
Every time I try to run this cmdlet, i get the following
Unable to execute the task. Reason: The task can't identify the user that is executing the task.At line:1 char:1
+ <<<< New-MailboxSearch -SourceMailboxes "alex crino" -TargetMailbox "search discovery mailbox" -LogLevel full -Senders "jamie shaw" -StartDate 9/20/2012
+ CategoryInfo : InvalidOperation: (:) [], MailboxSearchTaskException
+ FullyQualifiedErrorId : 583E473A
The command I ran was:
New-MailboxSearch -SourceMailboxes "user@example.com" -TargetMailbox "search discovery mailbox" -LogLevel full -Senders "John Brown" -StartDate 9/20/2012
I've ran similiar commands in two Exchange 2010 SP2 RU4 environments so It is clear I probably have something incorrectly configured. There are similar posts about this error while running it programatically, but this is an interactive shell session.
Thanks for your time and assistance.
EDIT: I am able to use the search function under Mail Control in the ECP without issues when logged in as the same user I open my shell as.