Results 1 to 4 of 4

Thread: How to extract messages in Microsoft Exchange 2007 using keywords

  1. #1
    Join Date
    Mar 2012
    Posts
    77

    How to extract messages in Microsoft Exchange 2007 using keywords

    I have followed a article naming “Exchange Server 2007 Cross Mailbox Search using Export-mailbox” which you can Google out and I am running in to some issues, below is my input
    get-mailbox | export-mailbox -subjectkeywords "my words" -targetmailbox administrator -targetfolder 'mydata'
    But then I am getting this error 'failed to copy messages to the destination mailbox store with error: MAPI or an unspecified service provider.' Is there anyone who can help me out with this, I don’t think that I have missed out anything but then I am not able sure what is wrong, any help regarding this will be highly appreciated.

  2. #2
    Join Date
    Jan 2012
    Posts
    120

    Re: How to extract messages in Microsoft Exchange 2007 using keywords

    In that case I will like to inform you that you will have to specify a source and target mailbox if not that then you will have to specify the path to the PST
    • Export-Mailbox -Identity <MailboxIdParameter> -TargetMailbox <MailboxIdParameter> -TargetFolder <Folder_Name>
    • Export-Mailbox -Identity <MailboxIdParameter> -PSTFolderPath <Path_Of_PST_Folder>\<File_Name>.pst

    If you want to get more information about the same then just google out “How to Export Mailbox Data” for the same
    You can also check out some of the 3rd party products like DigiScope, just check out the same and see if they are helping.

  3. #3
    Join Date
    Mar 2012
    Posts
    77

    Re: How to extract messages in Microsoft Exchange 2007 using keywords

    Hey thanks for the same I will check them out but then I also wanted to know that the mailbox Id Parameter that I have got for the identification are from the below ones:
    • Alias
    • Simple Mail Transfer Protocol (SMTP) address
    • Display name

    But then I am getting an error saying that the “object cannot be found on the domain controller” by now I have tried out using different mailboxes with Alias, SMTP as well as the name for the display but the I am still getting the same error message, even if Ignore the Identity error report I am having a script for identifying source and destination but then I am also getting “MAPI Error unable to copy/move messages” I am having all the Exchange rights as I have logged in as Domain Administrator, I am really running out of ideas, so any further suggestion for the same will be appreciated. Thanks in advance.

  4. #4
    Join Date
    Nov 2011
    Posts
    94

    Re: How to extract messages in Microsoft Exchange 2007 using keywords

    I think that I can help you out here, so if anyone else is having the same issue then they can follow the solution that I have tried, I just wanted to share that even though the Domain Administrator is a member in all the Exchange Groups the local admin on the Server still requires the fullaccess permission on the mailbox for the exporting process, so just run the below command and then the exporting will be successful.
    Add-MailboxPermission -Identity "enter your source mailbox" -User "enter the user that needs the permission in my case - administrator" -AccessRights FullAccess
    Just try it out and then let me know if the issue is getting solved or not, if you have any further queries then feel free to ask.

Similar Threads

  1. Replies: 1
    Last Post: 17-05-2012, 10:18 PM
  2. Is Microsoft exchange server 2007 support VMware
    By Umberto-Micro in forum Windows Software
    Replies: 4
    Last Post: 05-02-2010, 04:08 AM
  3. Replies: 3
    Last Post: 09-06-2009, 08:09 PM
  4. Upgrade microsoft exchange from 2003 to 2007
    By kwatrochi in forum Networking & Security
    Replies: 2
    Last Post: 16-05-2009, 09:41 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,064,270.07228 seconds with 17 queries