Export Mailbox to .PST

Hello,
I wish all contents(Send,Receive,..etc) older than '06/21/2014' from all mailboxes should be exported to pst.
What to include additional to this cmdlet -
New-MailboxExportRequest -Mailbox <alias>
-FilePath "\\Server\ShareFolder\<alias>.pst"
Please Guide.
Few details-
Name of Test mailbox - Demo
Mailbox Created on 06/10/2014
1) When I use the normal cmdlet,
New-MailboxExportReuqest -Mailbox Demo -FilePath "\\Server's IP\ShareFolder\Demo.pst it generates a pst of
1505 KB.
2) When I use the cmdlet specifying today's date (For maximum output)
New-MailboxExportReuqest -Mailbox Demo -ContentFilter {(Received -lt "07/23/2014")} -FilePath "\\Server's IP\ShareFolder\Demo.pst
it generates a pst only of 265 KB. (It means something is wrong somewhere)
3) Now the Strange thing is, the mailbox is created on 06/10/2014 (1.5 months old), when I use the cmdlet specifying the far previous date (3 months old)
New-MailboxExportReuqest -Mailbox Demo -ContentFilter {(Received -lt "04/23/2014")} -FilePath "\\Server's IP\ShareFolder\Demo.pst
it again generates a pst of 265 KB. (It means something is wrong somewhere again)
Please Guide.
Thanks, Divyaprakash Koli

Hi,
I tested in my lab, the result is the same with yours.
I created a test mailbox, then I sent some messages to this mailbox and created some sub-folders under Inbox folder.
Then I run the New-MailboxExportRequest cmdlet to export to .pst file with specifying the date, no items existed before this date.
As a result, the size of this .pst file is 265KB which is the same with yours. I imported it to another new mailbox successfully, there were no items in this mailbox, but there were the same sub-folders under Inbox folder, the folder structure was the same.
After that, I delete the sub-folders in the original mailbox, then exported to a .pst file, the size of this .pst file was still 265KB.
Based on this test, it seems that the size of .pst file is a fixed value 265KB, if there are no items exported.
Best regards,
If you have feedback for TechNet Subscriber Support, contact
[email protected]
Belinda Ma
TechNet Community Support

Similar Messages

  • Exchange 2010 Export Mailbox to PST using only .EDB file

    I have Exchange 2010 SP2 Update Rollup 4, SBS 2011 (which is similar to Server 2008 R2). I have recently recovered from a server crash due to a faulty RAID controller and need to recover some e-mail (and possibly contacts) from a couple of mailboxes.
    My main concern is that my old .edb file is in a old forest that is different than my current forest. Due to the length of the old internal domain name having more than 15 characters (I previously migrated using a answer file) and my current internal
    domain name is 15 characters.local they are different.
    I also dont have the log files or STM file
    With the two internal domain names being different will I still be able to follow this related topic:
    http://social.technet.microsoft.com/Forums/zh/exchange2010/thread/8f4eb425-72ff-4d18-abfc-5c00be7113e2
    If not please let me know which direction I should be going. I know there are third part tools that can get this done but not in the budget right now.
    Teron

    Hi,Teron,
    Cross forest export mailbox is not possible,if you have the old forest server still running you can export the mailbox in the old forest to PST file then import the pst file to your current forest.
    Otherwise you should convert the edb file to PST with thirdparty tool as the above guys said.
    Some additional information just for your reference.
    http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/d731ac97-416b-4ff6-a4d9-861ce4345292
    http://social.technet.microsoft.com/Forums/en-US/exchangesvr3rdpartyappslegacy/thread/74233836-38d9-4682-81d2-7dd395066574
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • Export mailboxes to PST (Exchange 2007)

    Hi All,
    Is there an 'export-mailbox' cmdlet I can use to export each of the mailboxes in our mailbox database using the following file name format, so that the full smtp address is used as the filename of each the PST file exported:
    [email protected]
    [email protected]
    etc, etc
    We are currently migrating to a cloud email provider and they have strict rules on processing PST files. The exchange database is only 65GB in size, so not that big in the grand scheme of things.
    Any help appreciated.
    Thanks.

    Untamed, you sure can.  Here's the original code I sent:
    Get-Mailbox -Database <databasename> | Sort name | % {
        $MbxSmtp = $_.PrimarySmtpAddress.ToString()
        Export-Mailbox $MbxSmtp -PstFolderPath "\\Servername\Share\$MbxSmtp"
    Note the first line, which ties the code to a single database.  You can change that line to focus on any group of mailboxes, even to a single mailbox.  Here's code for a single mailbox:
    Get-Mailbox <mailbox alias> | Sort name | % {
        $MbxSmtp = $_.PrimarySmtpAddress.ToString()
        Export-Mailbox $MbxSmtp -PstFolderPath "\\Servername\Share\$MbxSmtp"
    Here's code for an OU:
    Get-Mailbox -OrganizationalUnit <OU DN, as in "ADDomain.company.com/OURoot/SubOUName"> | Sort name | % {
        $MbxSmtp = $_.PrimarySmtpAddress.ToString()
        Export-Mailbox $MbxSmtp -PstFolderPath "\\Servername\Share\$MbxSmtp"

  • Export-mailbox to PST file: unknown error in approving object

    Hi
    I'm trying to validate export/import of PST files with Ex2K7 SP1.
    I have this error during export-mailbox, and didn't find anything about it on the Net:
    [PS] C:\Documents and Settings\Administrator>Export-Mailbox user01 -PSTFol
    derPath C:\temp\
    Confirm
    Are you sure you want to perform this action?
    Exporting mailbox content from the mailbox 'user01' into .pst file
    'C:\temp\user01.pst'. This operation may take a long time to complete.
    Yes  Yes to All  No  [L] No to All  Suspend  [?] Help
    (default is "Y"):
    Export-Mailbox : Error was found for user01 ([email protected]
    ) because: Error occurred in the step: Approving object. An unknown error has o
    ccurred., error code: -2147221241
    At line:1 char:15
    + Export-Mailbox  <<<< user01 -PSTFolderPath C:\temp\
    I'm doing test on one virtual machine hosting AD (win2K3SP2 En), Ex2k7SP1 En, Outlook 2007 Fr.
    Could it come from the Outlook or user mailbox language ?
    The mailbox have been "initiated", I opened it with OWA, select French language, self sent message. I also opened it with Outlook 2007 on the server.
    Thanks.

    Hello,
           Details u needed.
    SUMMARY
    The Fixmapi.exe tool is included with Internet Explorer 5 & above to detect and aid in resolving conflicts with Messaging Application Programming Interface (MAPI) files that may affect your ability to send and receive mail and faxes from other programs.
    FixMAPI ( What Exactly it does ?).....
    Makes a backup copy of the current copy of mapi32.dll on the client computer, and restores mapi32.dll with the MAPI stub library, mapistub.dll.
    Quick Info
    Exported by:
    mapistub.dll
    Called by:
    Client
    Implemented by:
    Windows
    DWORD STDAPICALLTYPE FixMAPI(void);
    Return Values
    If the function succeeds, the return value is a non-zero value.
    If the function fails, the return value is zero. To get extended error information, call the Microsoft Platform Software Development Kit (SDK) function, GetLastError.
    Remarks
    FixMAPI does not replace the current mapi32.dll file if the file is marked as read-only.
    FixMAPI does not replace the current mapi32.dll if Microsoft Exchange Server is installed on the computer.
    When FixMAPI makes a backup copy of the current copy of mapi32.dll on the computer, it assigns the backup copy a name different from "mapi32.dll". It then directs subsequent calls intended for that assembly to the backup copy
    URL - > for u r more info. http://support.microsoft.com/kb/228457

  • Export mailbox to pst from exchange 2010 shell - without calendar

    Is there a way to edit this command:
    New-MailboxExportRequest -Mailbox Kweku -IsArchive -FilePath "\\SERVER01\PSTFileShare\Kweku_Archive.pst"
    that it would export mailbox without calendars?
    with best regards,
    bostjanc

    You can use the -ContentFilter option to filter folders \ date
    Exchange Blog:
    www.ntweekly.com
    MCSA, MCSE, MCITP:SA, MCITP:EA, MCITP:Enterprise Messaging Administrator 2010,MCTS:Virtualization

  • Executable or batch script for end users to export mailbox to PST

    We are in the process of taking over a small firm and proceeding with manual migration of mailboxes from this firm , currently we do not have full access to their environment and having a hard time depending on admins of their organization dealing over
    to exporting mailboxes and then importing them back to our exchange environment,  my idea is to rather provide a executable or batch script to user's of their organization get their mailboxes exported out directly from end users  so that we do not
    have to depend on remote organization's admins for every single user out there . is there a batch script or some executable code that end users can run to have their mailbox exported out directly ? 
    Aditya Mediratta

    Seems like, this informative article would be a good approach to resolve your concern :
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/managing-pst-import-export-process-exchange-server-2013-part2.html
    Moreover if you wish, you may also give a shot to this automated solution (http://www.exchangemailboxtopst.org/) in order to accomplish this job in more easier and quicker way.

  • Export Mailboxes to PST using CSV

    Hello - I'm in the process of exporting mailboxes from another exchange server from a company we acquired so I can import email into their new mailbox. I have a CSV formatted with headers
    old,new which has their old alias and new alias. I also only want to capture the last 60 days of email. However, I seem to be missing something in formatting as it keeps creating a new line instead of just executing the script. I'm at a loss and can't seem
    to get this working.
    $sixty = get-date -format "M/d/yyyy" (get-date).AddDays(-60)
    $UserList=Import-CSV C:\users.csv
    FOREACH ($Person in $UserList) {
    New-MailboxExportRequest -Mailbox $Person.old -ContentFilter {(MessageKind -eq 'Email') -and (Received -gt $sixty) -or (Sent -gt $sixty)} -FilePath "\\server\pst\"$Person.new".pst"
    Any help would be appreciated!

    Try
    $sixty = get-date -format "M/d/yyyy" (get-date).AddDays(-60)
    $UserList=Import-CSV C:\users.csv
    FOREACH ($Person in $UserList) {
    New-MailboxExportRequest -Mailbox $Person.old -ContentFilter {(MessageKind -eq 'Email') -and ((Received -gt $sixty) -or (Sent -gt $sixty))} -FilePath "\\server\pst\$($Person.new).pst"
    CRM Advisor

  • Export mailbox to PST - Exchange 2007

    I ran this command on my Domain Admin Account from our 2007 Exchange Server 2007 w/ SP3:
    [PS] C:\Users\jesse\Desktop>Get-Mailbox | Add-ADPermission -User "jesse.Sams" -
    AccessRights GenericAll -ExtendedRights Send-As, Receive-As, MS-exch-store-admin
    When I run the command:
    Export-Mailbox –Identity <mailboxUser> -PSTFolderPath <pathToSavePST>
    -StartDate "<//span>08/29/12" –EndDate "08/29/12"
    -DeleteContent
    I get the error:
    Export-Mailbox : Error was found for First Name ([email protected]) because: 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, error code: -1056749164 At line:1 char:15 + Export-Mailbox <<<< 
    -Identity first.last -PSTFolderPath d:\archive -StartDate "08/29/12" -EndDate "08/29/12" -DeleteContent   
    + CategoryInfo         
    : InvalidOperation: (0:Int32) [Export-Mailbox], RecipientTaskException   
    + FullyQualifiedErrorId : 70397370,Microsoft.Exchange.Management.Recipient Tasks.ExportMailbox
    Any help on this issue would be greatly appreciated.
    Thanks, Jesse

    Hello jwmms,
    You can use this command to do that:
    Get-mailbox| add-mailboxpermission -user "jesse.sams" -AccessRights fullaccess
    Add-MailboxPermission
    http://technet.microsoft.com/en-us/library/bb124097(EXCHG.80).aspx
    Thanks,
    Evan Liu
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected]
    Evan Liu
    TechNet Community Support

  • Import/Export mailbox - what is included by default?

    Hello! I think this is unclear in the documentation:
    Will a new export request export the complete mailbox by default? Included contacts, calendar, online archive?
    New-MailboxExportRequest -Mailbox Username -FilePath \\savelocation\username.pst
    Kthxbai

    Hi Kthxbai,
    The cmdlet below can take all folders and data in each and export it into the specified PST file. Also note that things such as the dumpster now can and by default will be exported.
    New-MailboxExportRequest –Mailbox HEW –FilePath \\Ex02\PSTFiles\HEW.pst
    For more detailed information to export mailbox to PST file, please go through this article:
    A look at the Import/Export Mailbox improvements in Exchange 2010 Service
    Pack 1 (Part 2)
    If there is anything else regsrding this matter, please feel free to post back.
    If you have any feedback on our support, please
    click here.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • Export Mailbox (POP3) Account from Cloud to PST

    Hello everyone,
    i am looking a PowerShell script to export mailbox account to pst file (Not From exchange or Office365).
    the mailbox account was in cloud, and i connecting useing pop3.
    this script need to be easy:
    Within the script I set up ones: mail server addresses, POP3 with SSL, Port Number.
    when i run the script i need to typed the MailAccount (before the @), It will add the extension automatically (example: domain.com)
    i need to type the password to mailbox
    he script will export all mail to file (the file was [MailBoxAccount].pst ).
    File destination is a network folder (A fixed location write down script).
    At the end it will write me the following information: exports of the box (box name) was successful.
    If you can write down the file size that would be great.
    I was looking for a great many sites on exports from the cloud information (not from Office 365) and found something that could really help me.
    Would love your help.
    Please Mark This As Answer if it helps to solve the issue
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP
    |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

    Hey Mike Laughlin,
    There are people with very great knowledge, not down from the level of knowledge of the consultant that sometimes is not objective (as it receives financial compensation from software to market).
    Maybe its a complex request, but still it is appropriate to ask in the forum because maybe there are people who engaged or know part of the solution or how to do this.
    For example:
    SMB business opened a mailbox for each employee a normal (organizational) in Gmail, whether he can export the data to PST file? The script should be pretty similar (only the server address & port was different).
    I am sure that the possibility exists, because Microsoft would prefer and promote the transfer of users to Exchange.
    Please Mark This As Answer if it helps to solve the issue
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP
    |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

  • Export -mailbox to move emails older than 400 days to pst file

    i have written the below script
    $date = get-date
    $MailboxList = get-content "E:\del_users.txt"
    ForEach ($Mailbox in $MailboxList) {
    Export-Mailbox -Identity $Mailbox -PSTFolderPath E:\pstfiles\$mailbox.pst -BadItemLimit 1000000 -StartDate $date.adddays(-450).ToString('MM/dd/yyyy') -DeleteContent
    my target is to move all emails older than 450 days to a pst file. i ran this on one user and noticed his emails from today to 450th day from today was moved out.
    In simple terms, i want to move all emails in all sub-folders that are older than 01-January-2014. Once this is done and when he logs to owa or outlook he must be only be able to see emails from 01-Jan-2014 to 17-Mar-2015.
    how can i achieve this with the above script?
    cheers

    We are facing this error with few mailboxes which are exclusively in one DB under one Storage Group & the mailbox is on EX001 with Exchange 2007 SP1
    We have 2 exchange servers:
    EX001 - Exchange 2007 SP1
    EX002 - Exchange 2007 SP3 (fully updated)
    I have setup a Windows 8.1 32bit machine with Outlook 2013 for running the export-mailbox cmdlet to export mails to a PST file
    We are facing this error with few mailboxes which are exclusively in one DB under one Storage Group & the mailbox is on EX001 with Exchange 2007 SP1
    We I run the below script, 
    $date = get-date
    $MailboxList = get-content "E:\del_users.txt"
    ForEach ($Mailbox in $MailboxList) {
    Export-Mailbox -Identity $Mailbox -PSTFolderPath E:\pstfiles\$mailbox.pst -BadItemLimit 1000000 -StartDate “01/01/2005" -EndDate “12/31/2013" -DeleteContent
    I get the below error, only from some users and not all users.
    Error was found for User ([email protected]) because: Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error: 
    MAPI or an unspecified service provider.
    error code: -1056749164
    I went through the link: https://social.technet.microsoft.com/Forums/en-US/3c75a6db-74a4-484c-a7f4-5b411900d09b/exchange-2007-exportmailbox-error-message-on-only-certain-mailbox?forum=exchangesvrdeploylegacy 
    I understand this is a permission issue and i have tried all of the below
    1. The user doing the export is a member of local administrator group in both source and target machine.
    2. the user doing the export is granted the exchange administrator role on EMC in both the source and target machine.
    3. Given full access permission to the username moving the mailbox to PST
    4. given receive-as permission to the username moving the mailbox to pst
    5. Given genericall access to the DB
    6. Create a New User account (EX: ExportAdmin)
    Add this account to a Exchange Server Administrator Permission Both Source and Target Exchange Mailbox Server
    Add this account to Local Administrators Group Member Both Source and Target Exchange Mailbox Server
    Make sure this account DO NOT HAVE ANY Domain Admin/Exterprise Admin permission(Just keep Domain User group permission)
    Assign Mailbox Full Access to this account by follow Cmdlet
    Get-Mailbox -Server "EX-CCR" | Add-MailboxPermission -User ExportAdmin -AccessRights FullAccess
    Runas with ExportAdmin account (Open EMC)
    Get-Mailbox -Server "EX-CCR" | Export-Mailbox -PSTFolderPath
    Done
    7. On the DB, we set the retention to 0
    however none of the above has helped me resolve my issue.
    Please help me correct this

  • Export list of Mailboxes to PST in Exchange Server 2010 -SP3 RU8v2.

    Hi Everyone.
    Every month we have to  export around 50 to100 mailbox to PST for users
    leaving process and the below command we use to export for each users manually.
    Command :
    New-MailboxExportRequest -Mailbox AylaKol -FilePath \\MBX-01\PSTFileShare\Ayla.pst
    I would like to export the list of  user's mailbox using a script and I got the below commands from another forum  and tried  to export with 2
    test mailboxs.
    Mailbox were queued as mentioned below,But the result is only one .pst file generate named ".PST".
    [PS] C:\>$Export = Get-Content .\Users\exadmin\Desktop\Mailbox.txt
    [PS] C:\>$Export|%{$_|New-MailboxExportRequest -FilePath "\\servername\D$\Export\PST\$($_.alias).pst"}
    Name                                       Mailbox
                                                            Status
    MailboxExport                         ch.india.com/Non ch accounts/Users/Ram...    Queued
    MailboxExport                         ch.india.com/Non ch accounts/Users/Kha...     Queued
    Please advise if I need to change any think in the command or kindly share any script
    Thanks.

    Hi Amjath,
    you can't use the previous automatic $_ variable behind a pipeline-"|". Here's a slight rewrite that ought to work:
    # Get list of Mailboxes
    $Export = Get-Content .\Users\exadmin\Desktop\Mailbox.txt
    # For each mailbox start an Export request
    foreach ($mb in $Export) { $mb | New-MailboxExportRequest -FilePath "\\servername\D`$\Export\PST\$mb.pst"}
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • Error: The specified mailbox database [Mailbox Database Name] does not exist, when you try to export mailbox in Exchange 2007

    [Symptom]
    ======================
    In Exchange 2007, when you want to export mailbox to a .pst file, you should run the
    Export-Mailbox cmdlet from a 32-bit computer that has the following installed:
    The 32-bit version of the Exchange management tools
    Microsoft Office Outlook 2003 SP2 or later versions
    If not, you may encounter the following error message:
    You check that you have these required installed, but you get the error below when you run Export-Mailbox in EMS.
    “The specified mailbox database [Mailbox Database Name] does not exist.”
    [Cause Analysis]
    =======================================
    This is because that the account you use to run Export-Mailbox cmdlet don’t have the Exchange Server Administrator role assigned.
    You can check if this account has been delegated the Exchange Server Administrator role through the following path.
    EMC -> Organization Configuration-> Check permissions in the result pane.
    To delegate this Exchange Server Administrator role, right click on the
    Organization Configuration node and choose Add Exchange Administrator,
    you will see the Add Exchange Administrator window.
    [More Information]
    ==============================
    Export-Mailbox
    http://technet.microsoft.com/en-gb/library/aa998579(v=exchg.80).aspx
    How to Export and Import mailboxes to PST files in Exchange 2007 SP1
    http://blogs.technet.com/b/exchange/archive/2007/04/13/3401913.aspx
    Exchange 2007 cannot export pst files via its powershell
    http://social.technet.microsoft.com/Forums/forefront/en-US/b3bc0dce-35f3-4a69-9a33-4f2a855b9f94/exchange-2007-cannot-export-pst-files-via-its-powershell?forum=exchangesvrgenerallegacy
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Based on my test, if you make the user the owner of the database (rather than a user with the db_owner role), when you create a query, it creates it under the dbo schema rather than DOMAIN\username.
    Steps to do so (in Management Studio):
    Right click database, select Properties 
    Click File 
    Change Owner in the textbox 
    OK to confirm 
    Downside - other users under db_owner role will still have their username appended. So schemas have to be created for these users.
    Jaynet Zhang
    TechNet Community Support

  • Export-Mailbox results in 'Error occurred in step: Approving Object'

    Hello,
    We have been encountering an issue trying to use the Export-Mailbox command to a .pst, specifically error code -2147221233. I have tried many of the solutions recommended in other threads, including checking installed KBs, verifying permissions, running
    fixmapi, but so far none of addressed the problem.
    Any help would be appreciated. The following is the log file output:
    [10/17/2014 14:48:57.0777] [0] Executing Command: '        $scriptCmd = {& $wrappedCmd @PSBoundParameters }'
    [10/17/2014 14:48:57.0793] [0] Trying to open registry key 'Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\OUTLOOK.EXE'.
    [10/17/2014 14:48:57.0793] [0] The default value of the registry key is 'C:\Program Files\Microsoft Office 15\Root\Office15\OUTLOOK.EXE'.
    [10/17/2014 14:48:57.0809] [0] The version of Outlook.exe is '15.0.4420.1017'.
    [10/17/2014 14:48:57.0809] [0] Current ScopeSet is: {Domain Read Scope: {, }, Domain Write Scope(s): {, }, Configuration Scope: {, }, Server Configuration Scope(s): {, }, , Exclusive Scope: {, }}
    [10/17/2014 14:48:57.0809] [0] Searching objects "[email protected]" of type "ADUser" under the root "$null".
    [10/17/2014 14:48:57.0855] [0] Previous operation run on global catalog server 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0855] [0] Processing object "Domain/Users/user".
    [10/17/2014 14:48:57.0887] [0] Searching objects "Mailbox Database 1148204553" of type "MailboxDatabase" under the root "$null".
    [10/17/2014 14:48:57.0902] [0] Previous operation run on domain controller 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0918] [0] Exporting mailbox 'Domain/Users/user' from server 'EXCHANGE' to \\EXCHANGE\Export-PST\export.pst.
    [10/17/2014 14:48:57.0918] [0] Searching objects "Mailbox Database 1148204553" of type "MailboxDatabase" under the root "$null".
    [10/17/2014 14:48:57.0933] [0] Previous operation run on domain controller 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0965] [0] Resolved current organization: .
    [10/17/2014 14:48:57.0965] [0] Ending processing.
    [10/17/2014 14:48:57.0965] [0] [name] The operation has started.
    [10/17/2014 14:48:57.0965] [0] [name] Initializing MAPI; loading library.
    [10/17/2014 14:48:58.0245] [0] [name] Approving object.
    [10/17/2014 14:48:58.0417] [0] [name] Logging on to the MAPI profile.
    [10/17/2014 14:48:58.0682] [0] [name] Opening Exchange mailbox.
    [10/17/2014 14:48:59.0072] [0] [ERROR] Error was found for name @ email ([email protected]) because: Error occurred in the step: Approving object. An unknown error has occurred., error code: -2147221233
    [10/17/2014 14:48:59.0072] [0] [name] The operation has finished.

    Hi  CFBM
    Thank you for your question.
    This is a permission related error. It means you have not permission to access user mailbox.
    You can try to give yourself full access permission to user mailbox
    You can refer to the  following links :
    https://social.technet.microsoft.com/Forums/en-US/60734a88-ac1e-441c-98c0-d150b08392fb/importmailboxexportmailbox-fails-on-approving-object-permissions-issue?forum=exchangesvradminlegacy
    https://social.technet.microsoft.com/Forums/office/en-US/151b60d3-3045-471a-a717-71408e72e286/unable-to-export-a-pst-file-using-exchange-management-console-in-exchange-2007?forum=exchangesvrgenerallegacy
    If there are any questions, please let me know.
    Best Regard,
    Jim

  • Unable to run export-mailbox cmdlet.

    Trying to run the following:
    Get-MailboxDatabase MAILDB-01 | Export-Mailbox –PSTFolderPath C:\Backup\ -Confirm $false
    But getting error that the cmdlet "export-mailbox" is not recognized.
    I've added the role for import export and i can export single mailboxes, but running the above command wont work.
    What i'm trying to achieve is to extract all mailboxes from the DB to psts instead, this needs to be done for backup purposes.
    If this command is obsolete, is there any other way to achieve this?

    From Exchange 2007 SP1 to Exchange 2010 RTM, you can use the Export-Mailbox command. Just as what Bobby mentioned above, Exchange Server 2010 Service Pack 1 introduced a new method for exporting mailboxes called Mailbox Export Requests
    First you need to have a RBAC access control for exporting the mailbox, you need to run below command first
    New-ManagementRoleAssignment –Role "Mailbox Import Export" –User "adminid"
    You can also become the member of Export Import Role through Graphically, By going to Tools in Exchange console
    Secondly, you need to run the Export command as below :
    New-MailboxExportRequest -Mailbox "exportMailboxAlias" –FilePath
    \\segotnc5180-n2\Export\Exportname.pst
    And in the above command the share folder you have to given, Make that share folder the Member of "Exchange Sub-system Group"
    Thanks
    NG
    Thanks, NG

Maybe you are looking for

  • How to configure rz20 and dswp in solution manager ?

    Hi all, I have configured the ccms agent and ccms ping in the satellite system and all the connectivity with solution manager. but then i haven' got the idea how to configure the template in the RZ20 and DSWP ? Please advise on document / blog etc re

  • PE7 crash

    When I designate the location (External drive) to store new project PE 7 crashes.  Message:   "Sorry, a serious error has occurred that requires......" VISTA 64 500GB free memory Any help will be greatly appreciated. 

  • Can't drag and drop files into Indesign.

    My ability to dragon and drop files into InDesign has stopped. I also cannot copy and paste. I have tried dropping previously used jpg's and PDFs as well as copying text from Acrobat, Chrome and Word. I reset the prefrences with control option comman

  • On iTunes it says My Shuffle has stuff on it that it doesn't?!?

    I plugged my iPod into my computer and started iTunes and I looked at the contents of my iPod and it says a little less than half of it is "other" when I have no podcasts or video, just audio on it! Help!

  • Planning on alternate resource

    Hi Guys, We have maintained main reource with non availability for 20 days. But when system creates orders, it is placing on alternate resource considering this downtime on main resource.Means it is placing on the alternate resource  before the downt