Search emails for Keywords in multiple Mailboxes Problem
I am trying to search for keywords in my Exchange Database with the PS command. get-mailbox -Database low | Export-Mailbox -ContentKeywords "data" -TargetMailbox Administrator -TargetFolder "AshokData" I am running this command as Administrator. It is failing with Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error: MAPI or an unspecified service provider. ID no: 00000000-0000-00000000 I am running Exchange 2007 SP1 RU 10. Any ideas??
February 19th, 2011 8:09pm

Is there an error code? Can you verify that the admin account has the rights. Exchange Server Administrators role and local Administrators group for the source server and the target server Full access to the source and target mailboxes James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
February 19th, 2011 8:25pm

This is a permissions This is a permissions error you need to grant "Send As" permissions to the the account you are running the command under (i.e. the domain admin account). issue the following powershell command, Get-MailboxDatabase -identity "MAIL\First Storage Group\Mailbox Database" | Add-ADPermission -user "DomainC\Administrator" -ExtendedRights Receive-As Where the Exchange server name is "Mail" and the "DomainC" is the domain name
February 21st, 2011 2:02am

It was the rights issue. It is good now. Thanks.
Free Windows Admin Tool Kit Click here and download it now
February 21st, 2011 4:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics