Office365 - Move Mailbox and Export to PST

Hi Everyone
So we have moved all our Mailboxes to Office365 and I am in the process of setting up our service desk checklists etc.
One issue that i have came across is that it is not possible to directly export mailboxes from Exchange Online to PST.
We are in a Hybrid Environment so it is still possible to migrate mailboxes off to a local Mailbox Server and export from there.
In order to streamline this as much as possible i have written the following (UnTested!) script.  I will be using it from the Azure Powershell Module already connected to our online tenant and so that section of code has been removed.
If anyone had any thoughts in regards to this - or can point out any glaringly obvious mistakes that would be great!
#Script to Move User MailBox from Exchange Online to OnPrem and Export To PST
#Created By: Joe McGrath
#Created On: 17/12/2013
#Mailbox move
$OnpremCred=get-credential
$User= Read-Host 'Enter the username of the user'
new-moverequest -identity $User -OutBound -RemoteTargetDatabase 'YOURDB' -RemoteHostName ‘mail.YOURDOMAIN.com’ -RemoteCredential $OnpremCred -TargetDeliveryDomain ‘YOURDOMAIN.com’
#The Next Section Checks the Status of the move every 60 seconds
$MoveStatus=""
$MoveStatus = Get-MoveRequest -Identity $User
do
    Start-Sleep -Seconds 60
    $MoveStatus = Get-MoveRequest -Identity $User
While ($MoveStatus.Status -ne 'Completed')
Write-Host "Mailbox Move Completed."
#When the Move has completed we now clear the move request
Remove-MoveRequest -identity $User
Write-Host "Move Request Cleared from System"
#This next section will carry out the Export to PST
#We need to call the Exchange 2010 Powershell cmdlets and connect to the On Premises Exchange Infrastructure to Export to PST
Write-host "Connecting to On Premises Exchange"
$ExchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http://Server.YOURDOMAIN.local/PowerShell" -Credential $OnpremCred
Import-PSSession $ExchangeSession
$filePath='\\Server\Share\'
#This First Command Exports the Users Primary Mailbox to PST
Write-Host "Beginning Primary Mailbox Export to PST for "+$User
New-MailboxExportRequest -Mailbox $User -FilePath $filePath+$User+".pst"
$MailboxExportStatus=""
$MailboxExportStatus = Get-MailboxExportRequestStatistics -Identity $User
Do
    Start-Sleep -Seconds 60
    $MailboxExportStatus = Get-MailboxExportRequestStatistics -Identity $User
While ($MailboxExportStatus.Status -ne 'Completed')
Remove-MailboxExportRequest -Identity $User
Write-Host "The Primary Mailbox for "+$User+" Has been exported."
Write-Host "Exporting Archive Mailbox for "+$User
#This Command Exports the Users Archive to PST
Write-Host "Exporting Archive Mailbox for "+$User
New-MailboxExportRequest -Mailbox $User -IsArchive -FilePath $filePath+$User+"_Archive.pst"
$ArchiveExportStatus=""
$ArchiveExportStatus = Get-MailboxExportRequestStatistics -Identity $User
Do
    Start-Sleep -Seconds 60
    $ArchiveExportStatus = Get-MailboxExportRequestStatistics -Identity $User
While ($ArchiveExportStatus.Status -ne 'Completed')
Remove-MailboxExportRequest -Identity $User
Write-Host "The Archive Mailbox for "+$User+" Has been exported."
Remove-PSSession $ExchangeSession
Write-Host "User Mailbox has been Removed from Online and Archived to file"
Like I said this is not tested yet - I need an account to test with - after I manually migrate the data first :) - so use at your own risk etc

Hi,
You can not export the Office365 mailbox Data in to PST, you must have to bring the mailbox to on premises and then export, once done again move back the mailbox to office365,
another way is from in-place hold, search the mailbox and take users PST, or user third party tool such as messageops which is quite good.

Similar Messages

  • Move mailboxes and public folders from exchange 2007 to Exchange 2013

    1. How do i move mailboxes from exchange 2007 to exchange 2013. I have more than 1000 mailboxes.
    What is the correct way to migrate. do i need to move a single mailbox. During migration do the mailboxes get corrupted
    2. I want to move public folders from Exchange 2007 to Exchange 2013.
    I ran powershell commands and got these results please do guide me how to move to exchange 2013.and what are the shell commands
    Get-publicfolder
    Name Parent Path
    IPM_SUBTREE
    Get-publicfolder | select AdminDisplayName,FolderPath
    AdminDisplayName FolderPath
    Get-PublicFolderStatistics | select AdminDisplayName,FolderPath
    AdminDisplayName FolderPath
    exchangeV1 schema-root\microsoft\exchangeV1
    Internet Newsgroups Internet Newsgroups
    Get-PublicFolder -Recurse | fl name,replicas > c:\publicfolder.txt
    Name : IPM_SUBTREE
    Replicas : {}
    Name : Internet Newsgroups
    Replicas : {MAIL\Public Folder Storage\Public Folder Database}

    I have started moving mailboxes , i have tried moving few individual mailboxes to see how things go
    MAIL is my exchange 2007 and MAIL1 is my exchange 2013, please do refer the below result
    PS] C:\Windows\system32>Get-MailboxDatabase -server mail
    Name                           Server          Recovery       
    ReplicationType
    Mailbox Database               MAIL            False           None
    [PS] C:\Windows\system32>Get-MailboxDatabase -server mail1
    Name                           Server          Recovery       
    ReplicationType
    Mailbox Database 1460777952    MAIL1           False           None
    [PS] C:\Windows\system32>New-MoveRequest -Identity '[email protected]' -TargetDatabase "Mailbox Database 1460777952"
    DisplayName               StatusDetail              TotalMailboxSize         
    TotalArchiveSize         PercentComplete
    [email protected]          Queued                    363.6 MB (381,217,115 ...                         
    0

  • Using Movie Score and Exporting to iweb

    Hi all
    I had previously editing with imovie, and exported the film to iweb no problem, just dragging into the iweb movie page. Now I'm gone over to adding sound effects and music in garageband ("movie score") and have nearly completed the project. I may be being very dim, but I am having problems exporting the film now in a way that iweb likes. I went to Preferences, and changed the export settings, and one time it came out really low quality, the next I got a warning the film would be too big for many web viewers.
    Is there an easy, foolproof way to export, like in imovie? Thanks in advance. Hope question makes sense.
    Ed

    Just export from FCP via Compressor (FILE>EXPORT). Choose QUICKTIME 7 STREAMING. Bring this into iWeb.
    Shane

  • Cannot move mailbox to local Exchange Server

    I am running Exchange 2010 SP2.  I am migrating all Exchange 2010 mailboxes from an older Exchange 2010 mailbox server to a newer Exchange 2010 Server and all have been migrated except for one mailbox.  The local mailbox move request
    for this one mailbox continually fails.  I ran a New-MailboxRepairRequest and it did not detect any errors.  The local mailbox request job reports the following errors.  Any ideas?
    Error: MapiExceptionNoSupport: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80040102, ec=-2147221246)
    Diagnostic context:
        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=2165]
        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=609][latency=15]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropFXDstCopyConfig [83]
        Lid: 27962   ROP: ropTellVersion [134]
        Lid: 27962   ROP: ropFXDstPutBufferEx [157]
        Lid: 17082   ROP Error: 0x80040102
        Lid: 31329 
        Lid: 21921   StoreEc: 0x80040102
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 1238    Remote Context Overflow
        Lid: 25044   dwParam: 0x4
        Lid: 24932 
        Lid: 4367    StoreEc: 0x80040102
        Lid: 7695    StoreEc: 0x80040102
        Lid: 19936 
        Lid: 4559    StoreEc: 0x80040102
        Lid: 21802 
        Lid: 19994   StoreEc: 0x80040102
        Lid: 20202 
        Lid: 3305    StoreEc: 0x80040102
        Lid: 32762   dwParam: 0xE080003
        Lid: 32762   dwParam: 0xE230003
        Lid: 32762   dwParam: 0xE270102
        Lid: 32762   dwParam: 0xE580102
        Lid: 32762   dwParam: 0xE590102
        Lid: 32762   dwParam: 0xF000102
        Lid: 32762   dwParam: 0xFF40003
        Lid: 32762   dwParam: 0x10F4000B
        Lid: 32762   dwParam: 0x10F5000B
        Lid: 32762   dwParam: 0x10F6000B
        Lid: 32762   dwParam: 0x20020003
        Lid: 32762   dwParam: 0x20030040
        Lid: 32762   dwParam: 0x300184B0
        Lid: 32762   dwParam: 0x300484B0
        Lid: 32762   dwParam: 0x3FE5000B
        Lid: 32762   dwParam: 0x361C0102
        Lid: 26346 
        Lid: 4073    StoreEc: 0x80040102
        Lid: 28570   StoreEc: 0x80040102
        Lid: 29738 
        Lid: 3401    StoreEc: 0x80040102
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849 
        Lid: 21817   ROP Failure: 0x80040102
        Lid: 22630 
    Here is part of the Move Request Log:
    9/11/2014 9:13:01 AM [CASPSVR] Final sync has started.
    9/11/2014 9:13:01 AM [CASPSVR] Changes reported in source 'Primary (5694853d-ab91-4770-8003-8277c25cf954)': 0 changed folders, 0 deleted folders, 0 changed messages.
    9/11/2014 9:13:01 AM [CASPSVR] Incremental Sync 'Primary (5694853d-ab91-4770-8003-8277c25cf954)' completed: 0 changed items.
    9/11/2014 9:13:04 AM [CASPSVR] Fatal error MapiExceptionNoSupport has occurred.
    Error details: MapiExceptionNoSupport: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80040102, ec=-2147221246)
    Diagnostic context:
        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=2165]
        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=609][latency=15]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropFXDstCopyConfig [83]
        Lid: 27962   ROP: ropTellVersion [134]
        Lid: 27962   ROP: ropFXDstPutBufferEx [157]
        Lid: 17082   ROP Error: 0x80040102
        Lid: 31329 
        Lid: 21921   StoreEc: 0x80040102
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 1238    Remote Context Overflow
        Lid: 25044   dwParam: 0x4
        Lid: 24932 
        Lid: 4367    StoreEc: 0x80040102
        Lid: 7695    StoreEc: 0x80040102
        Lid: 19936 
        Lid: 4559    StoreEc: 0x80040102
        Lid: 21802 
        Lid: 19994   StoreEc: 0x80040102
        Lid: 20202 
        Lid: 3305    StoreEc: 0x80040102
        Lid: 32762   dwParam: 0xE080003
        Lid: 32762   dwParam: 0xE230003
        Lid: 32762   dwParam: 0xE270102
        Lid: 32762   dwParam: 0xE580102
        Lid: 32762   dwParam: 0xE590102
        Lid: 32762   dwParam: 0xF000102
        Lid: 32762   dwParam: 0xFF40003
        Lid: 32762   dwParam: 0x10F4000B
        Lid: 32762   dwParam: 0x10F5000B
        Lid: 32762   dwParam: 0x10F6000B
        Lid: 32762   dwParam: 0x20020003
        Lid: 32762   dwParam: 0x20030040
        Lid: 32762   dwParam: 0x300184B0
        Lid: 32762   dwParam: 0x300484B0
        Lid: 32762   dwParam: 0x3FE5000B
        Lid: 32762   dwParam: 0x361C0102
        Lid: 26346 
        Lid: 4073    StoreEc: 0x80040102
        Lid: 28570   StoreEc: 0x80040102
        Lid: 29738 
        Lid: 3401    StoreEc: 0x80040102
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849 
        Lid: 21817   ROP Failure: 0x80040102
        Lid: 22630 
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.WaitUntilDataIsProcessed()
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.ImportBuffer(Int32 opcode, Byte[] data)
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
       at Microsoft.Exchange.MailboxReplicationService.ProgressTrackerTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
       at Microsoft.Exchange.MailboxReplicationService.FxProxyTransmitter.Microsoft.Exchange.MailboxReplicationService.IFxProxy.Flush()
       at Microsoft.Exchange.MailboxReplicationService.LocalSourceFolder.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolderProxy, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.<>c__DisplayClass1.<Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo>b__0()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolder, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.MailboxCopierBase.CopyFolderProperties(FolderRecWrapper folderRec, ISourceFolder sourceFolder, IDestinationFolder destFolder, FolderRecDataFlags dataToCopy)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<>c__DisplayClass4.<FinalSyncCopyAllFolders>b__1()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<FinalSyncCopyAllFolders>b__0(FolderRecWrapper folderRec, EnumFolderContext ctx)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyAllFolders()
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<FinalSync>b__4d(MailboxMover mbxCtx)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext(MailboxMoverDelegate del)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.FinalSync(Object[] wiParams)
       at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(GenericCallDelegate del, FailureDelegate failureDelegate)
    Error context: --------
    Operation: IMapiFxProxy.ProcessRequest
    OpCode: TransferBuffer
    DataLength: 2649
    Operation: IMapiFxProxy.ProcessRequest
    OperationSide: Target
    Primary (5694853d-ab91-4770-8003-8277c25cf954)
    OpCode: TransferBuffer
    DataLength: 2649
    9/11/2014 9:13:04 AM [CASPSVR] Relinquishing job.
    Steve

    This problem is still unresolved.  It fails at 95 percent.  I have done the following all of which has failed:
    1. Upgraded the servers to Exchange 2010 SP3 UR7.
    2. Created a new mailbox database on the source mailbox server and tried to move the mailbox to it. This failed.
    3. Ran an Exchange 2010 "Repair-Mailbox" command on the mailbox.  No errors were reported.
    4. I sucessfully am able to export the mailbox to a pst file. I don't want to delete the mailbox, create a new mailbox, and import the pst file into it because this will break the user's Outlook profile, meeting requests, and message replies.
    The only other things I can think of trying is to remove all the contents of the mailbox, try to move the mailbox and then import the pst file back into the mailbox.  Another is to try an offline defrag on the database with the eseutil command. 
    I am not sure if they will help or not.
    Any ideas?
    Here are the latest errors during the last move request:
    12/3/2014 12:26:17 PM [CAS02] The Microsoft Exchange Mailbox Replication service 'CAS02.domain.local' (14.3.178.0 caps:07) is examining the request.
    12/3/2014 12:26:17 PM [CAS02] Connected to target mailbox 'Primary (5694853d-ab91-4770-8003-8277c25cf954)', database 'MBX9DB6', Mailbox server 'MBX09.domain.local' Version 14.3 (Build 123.0).
    12/3/2014 12:26:17 PM [CAS02] Connected to source mailbox 'Primary (5694853d-ab91-4770-8003-8277c25cf954)', database 'MBX3DB6', Mailbox server 'MBX03.domain.local' Version 14.3 (Build 210.0).
    12/3/2014 12:26:17 PM [CAS02] Request processing started.
    12/3/2014 12:26:17 PM [CAS02] Source mailbox information before the move:
    Regular Items: 6685, 470.1 MB (492,892,404 bytes)
    Regular Deleted Items: 3366, 467.2 MB (489,872,882 bytes)
    FAI Items: 163, 0 B (0 bytes)
    FAI Deleted Items: 0, 0 B (0 bytes)
    12/3/2014 12:26:18 PM [CAS02] Initializing folder hierarchy in mailbox 'Primary (5694853d-ab91-4770-8003-8277c25cf954)': 78 folders total.
    12/3/2014 12:26:20 PM [CAS02] Folder hierarchy initialized for mailbox 'Primary (5694853d-ab91-4770-8003-8277c25cf954)': 78 folders total.
    12/3/2014 12:26:20 PM [CAS02] Stage: CreatingInitialSyncCheckpoint. Percent complete: 15.
    12/3/2014 12:26:23 PM [CAS02] Stage: LoadingMessages. Percent complete: 20.
    12/3/2014 12:26:31 PM [CAS02] Stage: CopyingMessages. Percent complete: 25.
    12/3/2014 12:26:31 PM [CAS02] Copy progress: 0/10219 messages, 0 B (0 bytes)/937.2 MB (982,764,884 bytes).
    12/3/2014 12:26:31 PM [CAS02] Messages have been enumerated successfully. 10219 items loaded. Total size: 937.2 MB (982,764,884 bytes).
    12/3/2014 12:30:40 PM [CAS02] Initial seeding completed, 10219 items copied, total size 937.2 MB (982,764,884 bytes).
    12/3/2014 12:30:40 PM [CAS02] Changes reported in source 'Primary (5694853d-ab91-4770-8003-8277c25cf954)': 2 changed folders, 0 deleted folders, 1 changed messages.
    12/3/2014 12:30:40 PM [CAS02] Incremental Sync 'Primary (5694853d-ab91-4770-8003-8277c25cf954)' completed: 7 changed items.
    12/3/2014 12:30:40 PM [CAS02] Stage: IncrementalSync. Percent complete: 95.
    12/3/2014 12:30:40 PM [CAS02] Final sync has started.
    12/3/2014 12:30:40 PM [CAS02] Changes reported in source 'Primary (5694853d-ab91-4770-8003-8277c25cf954)': 0 changed folders, 0 deleted folders, 0 changed messages.
    12/3/2014 12:30:40 PM [CAS02] Incremental Sync 'Primary (5694853d-ab91-4770-8003-8277c25cf954)' completed: 0 changed items.
    12/3/2014 12:30:44 PM [CAS02] Fatal error MapiExceptionNoSupport has occurred.
    Error details: MapiExceptionNoSupport: IExchangeFastTransferEx.TransferBuffer failed (hr=0x80040102, ec=-2147221246)
    Diagnostic context:
        Lid: 55847   EMSMDBPOOL.EcPoolSessionDoRpc called [length=2252]
        Lid: 43559   EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=609][latency=15]
        Lid: 23226   --- ROP Parse Start ---
        Lid: 27962   ROP: ropFXDstCopyConfig [83]
        Lid: 27962   ROP: ropTellVersion [134]
        Lid: 27962   ROP: ropFXDstPutBufferEx [157]
        Lid: 17082   ROP Error: 0x80040102
        Lid: 31329 
        Lid: 21921   StoreEc: 0x80040102
        Lid: 27962   ROP: ropExtendedError [250]
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 1238    Remote Context Overflow
        Lid: 25044   dwParam: 0x4
        Lid: 24932 
        Lid: 4367    StoreEc: 0x80040102
        Lid: 7695    StoreEc: 0x80040102
        Lid: 19936 
        Lid: 4559    StoreEc: 0x80040102
        Lid: 21802 
        Lid: 19994   StoreEc: 0x80040102
        Lid: 20202 
        Lid: 3305    StoreEc: 0x80040102
        Lid: 32762   dwParam: 0xE080003
        Lid: 32762   dwParam: 0xE230003
        Lid: 32762   dwParam: 0xE270102
        Lid: 32762   dwParam: 0xE580102
        Lid: 32762   dwParam: 0xE590102
        Lid: 32762   dwParam: 0xF000102
        Lid: 32762   dwParam: 0xFF40003
        Lid: 32762   dwParam: 0x10F4000B
        Lid: 32762   dwParam: 0x10F5000B
        Lid: 32762   dwParam: 0x10F6000B
        Lid: 32762   dwParam: 0x20020003
        Lid: 32762   dwParam: 0x20030040
        Lid: 32762   dwParam: 0x300184B0
        Lid: 32762   dwParam: 0x300484B0
        Lid: 32762   dwParam: 0x3FE5000B
        Lid: 32762   dwParam: 0x361C0102
        Lid: 26346 
        Lid: 4073    StoreEc: 0x80040102
        Lid: 28570   StoreEc: 0x80040102
        Lid: 29738 
        Lid: 3401    StoreEc: 0x80040102
        Lid: 1750    ---- Remote Context End ----
        Lid: 26849 
        Lid: 21817   ROP Failure: 0x80040102
        Lid: 22630 
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.WaitUntilDataIsProcessed()
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.ImportBuffer(Int32 opcode, Byte[] data)
       at Microsoft.Exchange.MailboxReplicationService.AsynchronousTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
       at Microsoft.Exchange.MailboxReplicationService.ProgressTrackerTransmitter.Microsoft.Exchange.MailboxReplicationService.IDataImport.Flush()
       at Microsoft.Exchange.MailboxReplicationService.FxProxyTransmitter.Microsoft.Exchange.MailboxReplicationService.IFxProxy.Flush()
       at Microsoft.Exchange.MailboxReplicationService.LocalSourceFolder.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolderProxy, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.<>c__DisplayClass1.<Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo>b__0()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.SourceFolderWrapper.Microsoft.Exchange.MailboxReplicationService.ISourceFolder.CopyTo(IFxProxy destFolder, PropTag[] excludeTags)
       at Microsoft.Exchange.MailboxReplicationService.MailboxCopierBase.CopyFolderProperties(FolderRecWrapper folderRec, ISourceFolder sourceFolder, IDestinationFolder destFolder, FolderRecDataFlags dataToCopy)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<>c__DisplayClass4.<FinalSyncCopyAllFolders>b__1()
       at Microsoft.Exchange.MailboxReplicationService.ExecutionContext.Execute(GenericCallDelegate operation)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.<>c__DisplayClass2.<FinalSyncCopyAllFolders>b__0(FolderRecWrapper folderRec, EnumFolderContext ctx)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.FolderMap.EnumSingleFolder(FolderRecWrapper folderRec, EnumFolderContext ctx, EnumFolderCallback callback, EnumHierarchyFlags flags)
       at Microsoft.Exchange.MailboxReplicationService.MailboxMover.FinalSyncCopyAllFolders()
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.<FinalSync>b__4d(MailboxMover mbxCtx)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.ForeachMailboxContext(MailboxMoverDelegate del)
       at Microsoft.Exchange.MailboxReplicationService.MoveBaseJob.FinalSync(Object[] wiParams)
       at Microsoft.Exchange.MailboxReplicationService.CommonUtils.CatchKnownExceptions(GenericCallDelegate del, FailureDelegate failureDelegate)
    Error context: --------
    Operation: IMapiFxProxy.ProcessRequest
    OpCode: TransferBuffer
    DataLength: 2744
    Operation: IMapiFxProxy.ProcessRequest
    OperationSide: Target
    Primary (5694853d-ab91-4770-8003-8277c25cf954)
    OpCode: TransferBuffer
    DataLength: 2744
    12/3/2014 12:30:44 PM [CAS02] Relinquishing job.
    Steve

  • Exchange Server 2010 Move mailbox to database but display MapiExceptionNoAccess: Unable to open message store. (hr=0x80070005, ec=-2147024891)

    I have 2 exchange server "A" and "B". Server "A" have "Test1" database and Server "B" have "Test2" database. I tried move some mailboxes from "Test1" to "Test2"
    but sometimes mailboxes cannot finished and display below error.  I used Domain administrator to move mailboxes and grant "Manage full access permission" to these mailboxes but still failed. Finally, I clear the failed move request
    and repeat the move mailboxes action several times.  Then, the move request completed without error. Have any suggestion? Please help. Thank you!
    Mailbox move for 'xxx.com/xxx/xxx/xxx - Users/xxx/Peter' (331d5b4e-0bd1-428a-ae28-d97581ae0d7f) has failed.
    Error code: -2147024891
    MapiExceptionNoAccess: Unable to open message store. (hr=0x80070005, ec=-2147024891)
    Diagnostic context:
        Lid: 18969   EcDoRpcExt2 called [length=132]
        Lid: 27161   EcDoRpcExt2 returned [ec=0x80070005][length=202][latency=0]
        Lid: 32881   StoreEc: 0x80070005
        Lid: 50035 
        Lid: 64625   StoreEc: 0x80070005
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 26426   ROP: ropLogon [254]
        Lid: 56503 
        Lid: 12716   StoreEc: 0x80070005
        Lid: 20794 
        Lid: 28474   StoreEc: 0x80070005
        Lid: 22330   dwParam: 0x0        Msg: 14.03.0123.002:NHK-S08-MBD02
        Lid: 1750    ---- Remote Context End ----
        Lid: 23354   StoreEc: 0x80070005
        Lid: 25913 
        Lid: 21817   ROP Failure: 0x80070005
        Lid: 26297 
        Lid: 16585   StoreEc: 0x80070005
        Lid: 32441 
        Lid: 1706    StoreEc: 0x80070005
        Lid: 24761 
        Lid: 20665   StoreEc: 0x80070005
        Lid: 25785 
        Lid: 29881   StoreEc: 0x80070005
    Context:
    Mailbox: Primary (331d5b4e-0bd1-428a-ae28-d97581ae0d7f)

    Hi Gordon 
    This could happen if there is any mailbox which has occupied more space than its normal quota allocated.
    As suggested by geo try to clean all the DB's first 
    You can probably run Get-Mailboxdatabase | Clean-Mailboxdatabase which will clean all of your DB's wait for some time until it gets completed
    Also try running the command with the MRS server parameter switch and specify a CAS FQDN and see the results if it gets succeded
    Get-Mailbox -Database 'DBNAME'| New-MoveRequest -TargetDatabase DBNAME -BatchName "BATCHNAME" -BadItemLimit 100 -AcceptLargeDataLoss -MRSserver CAS server FQDN Good Luck !!Please mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you.
    Regards,
    Sathish

  • How can I select videos (only videos) and export them from iPhoto?

    I know how to export one movie at a time from iPhoto, but I want to export all (or a bunch) of videos at a time.  They are mixed in with photos, and on many many different dates.  Is there a way to find only the movie files and export them as original files?  I my macbook is full and if I export iPhoto stuff as a batch the videos end up being reduced to one frame only (the sidecar file).  Please advise.  Thanks!!

    MacBook Pro
    Moving Your iPhoto Library External Drive
    iMovie Tutorials
    iMove Unofficial FAQ

  • Missing email and folder after Move Mailbox

    We are using Exchange 2007 SP3 and Exchange 2010 SP2 with RU6.
    I just start migrate the user from Exchange 2007 to 2010.
    by New-MoveRequest -identity user - targetDatabase
    1 user compliant he miss many folder and email
    IN the Exchange Move Request Log said Complete and
    in the Request Log, the Regular items is 12615 and 4.129 GB 
    but in lower part, only see 92950 messages and 2.52 GB had been complete.
    Any Ideas? not all folder, just some folder, is that Folder limitation or my powershell not correcT? 
    Now, in Exchange 2007, I cannot see his mailbox in disconnect mailbox, so I need to restore from Backup as well.

    Would be curious to hear what MS says about this, however that said to recover whats missing you would need to recover that DB to RSG and then either use a 3rd party tool to access the offline copy of the DB, or use the RSG method to recovery to a temp
    mailbox on 2007 and then export to PST and compare with the migrated mailbox.
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003 -->
    2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

  • Mailbox Move Issues and Errors - Exchange 2010 to 2013

    I'm trying to move mailboxes from 2010 to 2013, but I'm experiencing a lot of issues.
    My move batches keep hanging (stalled) for minutes and hours on end, and I can't seem to keep them going consistently.
    I have two DAG's, one for Archive boxes, and one for Primary mailboxes. Each DAG has three members with DB copies of each DB. The npdes and the clusters themselves are up and healthy. However, at random some of the DB's Content Index state will go to Failed
    or SuspendedandFailed. At which point I force a catalog refresh and DB index update, and it goes to healthy.
    I've created the "ContentSubmitters" AD group (and assigned it permissions), reset the Search and Host controller services on each server, and restarted the Replication service. I also deleted and recreated the Index for each DB prior to restarting
    services. No dice. I've also already moved the system mailboxes over to the 2013 databases.
    I'm also getting some "Transient" errors in the user move log, things like this: 
    Transient error ResourceUnhealthyException has occurred. The system will retry"
    5/4/2014 8:43:55 AM [exmb1] The job encountered too many transient failures (60) and is quitting.
    5/4/2014 8:43:55 AM [exmb1] Fatal error ResourceUnhealthyException has occurred.
    Error: MigrationPermanentException: Warning: Target mailbox unlock operation was not replicated. If a lossy failover occurs after the target mailbox was unlocked, the target mailbox could remain inaccessible. Error details: The store ID provided isn‎'t an ID of an item. --> MapiExceptionNetworkError: Unable to open entry ID. ‎(hr=0x80040115, ec=0)‎ Diagnostic context: Lid: 45025 Lid: 45345 StoreEc: 0x80040115 Lid: 22894 Lid: 24942 StoreEc: 0x80040115
    Any ideas would be appreciated!!!

    Hi 
    I would suggest you to run the below command for this "My move batches keep hanging (stalled) for minutes and hours on end" issue and see the result
    Get-MoveRequest -Identity "Mailbox Name" | Get-MoveRequestStatistics -IncludeReport | FL Report
    Just check if the MRS health is fine by running the below command
    Test-MRSHealth -Identity "CAS Server" -MonitoringContext $true | Export-CliXml "C:\temp\CAS_MRSHealth.xml" and look at the xml file to get more information
    When I run the Test command against either of my CAS servers, I get: " 'EXCH1' does not have the right Exchange Server version or role required to support this operation."
    Run i run that command against any of the mailbox servers, it completes and generates the XML file, but I'm not sure what I need to be looking for within that file.
    The first command spits out a ton of data, here's a little excerpt:
    5/5/2014 8:59:28 AM [exmb1] Transient error ResourceUnhealthyException has occurred. The system will retry
    (2/60).
    5/5/2014 9:00:02 AM [exmb1] The Microsoft Exchange Mailbox Replication service 'exmb1.contoso.com'
    (15.0.847.31 caps:03FF) is examining the request.
    5/5/2014 9:00:07 AM [exmb1] Connected to target mailbox 'Primary (072dc240-bd79-495c-b7f2-c571e8f910f2)',
    database 'newmbi', Mailbox server 'Exmb1.contoso.com' Version 15.0 (Build 847.0).
    5/5/2014 9:00:07 AM [exmb1] Connected to target mailbox 'Archive (812ee554-4a1e-4feb-b591-a435fcbdee16)',
    database 'newarci', Mailbox server 'EXARC2.contoso.com' Version 15.0 (Build 847.0), proxy server
    'EXARC2.contoso.com' 15.0.847.31 caps:1FFFCB07FFFF.
    5/5/2014 9:00:07 AM [exmb1] Connected to source mailbox 'Primary (072dc240-bd79-495c-b7f2-c571e8f910f2)',
    database 'exmbi', Mailbox server 'Chsexmb2.contoso.com' Version 14.3 (Build 181.0).
    5/5/2014 9:00:08 AM [exmb1] Connected to source mailbox 'Archive (812ee554-4a1e-4feb-b591-a435fcbdee16)',
    database 'Exarci', Mailbox server 'CHSEXARC1.contoso.com' Version 14.3 (Build 181.0)
    5/5/2014 9:00:12 AM [exmb1] Request processing continued, stage LoadingMessages.
    5/5/2014 9:00:36 AM [exmb1] Messages have been enumerated successfully. 6657 items loaded. Total size:
    332.3 MB (348,411,982 bytes).5/5/2014 9:06:14 AM [exmb1] The long-running job has been temporarily postponed. It will be picked up
    again when resources become available.

  • Export 2 specific folders from users A mailbox and transfer them to user B Via Powershell

    Hi 
    i know there is a simpler method for the user to export the folder within outlook as a PST file and send it to the other user to import... but
    Is there a powershell command sequence i can use that will export folders from User A mailbox and import them into User B's mailbox remotely so they don't have to do anything.
    Many Thanks
    Gordon

    i made some progress with the following
    New-MailboxExportRequest -mailbox "User A" -includeFolders "User A\\TransferFolder" -Filepath \\server\serversubfolder\transfer.pst -verbose
    then using
    New-MailboxImportRequest -mailbox "User B" -FilePath \\server\serversubfolder\transfer.pst -TargetRootFolder "Inbox" -includefolder "Transferfolder" -verbose

  • Help with 550GB mailbox export to PST

    Unfortunately, that isn't a typo. In preparation for enabling the retention policy, our majority owner of multiple companies was running rules to sort mail to/from specific recipients into custom folders, and the rules created hundreds of thousands of duplicates.
    That issue has a PSS support case already.
    So, we need to find the best way to remove all the duplicates from his mailbox. We are very worried about using a 3rd-party tool such as ODIR on his production mailbox and having it create more problems. We have at least two full backups of his
    mailbox in the current state but due to the size if it does need to be restored that'll cause another huge delay, but there would be challenges restoring the database because we don't have enough free space to restore the database which contains his mailbox
    (the database is normally 250GB, now it's almost 800GB). There are 13 subfolders >15GB, 10 > 20GB, 9 > 30GB, and 9 between 30-75GB.
    I tried creating mailbox export requests for about a half dozen of those folders. The thought was we'd run ODIR against those exported PSTs so at least if it failed it wouldn't affect his production mailbox. So far the export jobs have been running
    about 20 hours and while the item count is increasing, it's not going very quickly. They have a virtual CAS and a physical HT/MBX, and it was spec'ed for normal operations which are nothing like this. So the 8GB RAM on the MBX server is pegged, and the 2GB
    which the CAS server has is all we can give it due to limits on the virtual host.
    I've attempted to suspend a few of the jobs  to see if that would quicken the pace for the remaing jobs, but I am greeted with 'The call to MRS' timed out. I've increased the timeout to 20min in the web.config file but not restarted any services because
    1) the documents which referenced the change didn't tell me to do so and 2) worried about how the service restart will affect the work already completed by the jobs.
    Any ideas on how to proceed would be wonderful.
    Thanks,
    Jim

    Hi Jim,
    Here are links relate on Exporting Mailbox, for your reference:
    Create a Mailbox Export Request
    http://technet.microsoft.com/en-us/library/ff459227(v=exchg.141).aspx
    Please notice the AcceptLargeDataLoss , BadItemLimit Parameters in New-MailboxExportRequest cmdlet.
    How to Export Mailboxes with Exchange Server 2010 SP1
    http://exchangeserverpro.com/export-mailboxes-exchange-server-2010-sp1/
    Disclaimer:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    I also suggest export part of mailboxes for testing.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Exchange 2010 SP1 - Export to PST, Remove Mailbox

    I'm looking for a PowerShell script that will allow me to use Exchange 2010 SP1 to export a mailbox to PST and then when finished, delete the user and mailbox. I typically do this process manually about 6 months after an employee leaves the company (allowing
    for live access to the mailbox and message forwarding to their supervisor).
    Ideally, the script would take input for a mailbox ID, and then export the file to a file of the mailbox name (Prompt: jdoe -> New-MailboxExportRequest -Mailbox jdoe -FilePath \\server\path\jdoe.pst). After the export is complete, it would schedule the
    mailbox for complete removal and remove the completed mailbox export request. The prompt and export process should be simple enough, but I suspect the difficulty will come with monitoring for the completed request before acting on the removal.
    Thanks for any help provided! :)

    Thanks for the guidance!
    I think I was able to come up with something that will do the trick nicely:
    $Name = Read-Host "Please enter a mailbox to archive"
    New-MailboxExportRequest -Mailbox $Name -FilePath \\Exchange\C$\ExchangeExports\$Name.pst
    while ((Get-MailboxExportRequest -Mailbox $Name | Where {$_.Status -eq "Queued" -or $_.Status -eq "InProgress"}))
    sleep 60
    Get-MailboxExportRequest -Mailbox $Name | Remove-MailboxExportRequest -Confirm:$false
    Remove-Mailbox -Identity $Name -Confirm:$false
    Hopefully it may help others.

  • I downloaded the Final Cut Pro X trial but my movie is 17 minutes long but it will only Share to Quick time 6:55 minutes. How do I fix this and export the full 17 minutes?

    I downloaded the Final Cut Pro X trial but my movie is 17 minutes long but it will only Share to Quick time 6:55 minutes. How do I fix this and export the full 17 minutes?

    Thank You. Im trying to export everything. I pressed command A and then did the Share button. Ill attach the screenshot please let me know if I need to change something.

  • After export movies works and then is not working anymore?!

    Hi guys,
    i am capturing HD movies to my final cut express HD..Edit them, expert as quick time movie (option self contain is OFF). Then i test the movies and they are like they should be. Then i import them into IDVD and IDVD accept some and some not. So when i check the not accepted movies they only play the sound. While 10 minutes before the movie was working correct.
    After a few times (making the same movies again and again on the same maner) IDVD accepted alle the movies. But when i wanted to burn the dvd it gives me a error about a missing movie file, again and again?
    It worked all okay when i made my other dvds.
    The only thing changed at this system is that i upgraded to Ilife'11
    What am i doing wrong?
    Thanks in advance!
    Ps. my movies are HD (1080i)

    Could it be that the link is broken after i change the movie from folder to a >other folder ?
    The FCE Project File or the export?
    Sequence>Render Only>Mixdown.
    This action makes one temp file out of all your audio. It makes a difference to exported files playing correctly in the audio department.
    Al

  • I work with Premiere Pro on a mac and export quicktime movies to be played on pc's or mac's

    I work with Premiere Pro on a mac and export quicktime movies to be played on pc's or mac's. When I export a qt from Premiere with audio it will not play on a pc only a mac. After extensive research I have narrowed down the problem to this: if you use the inspector in quicktime it looks like this
    DV, 720 x 480 (640 x 480), Millions
    16-bit Integer (Little Endian), Stereo (L R), 48.000 kHz
    I have to run it thru AE to make it look like this....then it plays
    DV, 720 x 480 (640 x 480), Millions
    16-bit Integer (Big Endian), Stereo, 48.000 kHz
    SOOOO the problem is the Little/Big Endian. I googled that and it looks like a file/bit structure....anyone know how/why to change it in Premiere? Because everytime I make a movie in Prem I have to drag the sequence into AE and render it there so the sounds works.....
    thanks

    Two questions:
    1. What CODEC are you choosing when exporting on the Mac?
    2. Do you have any Blackmagic hardware/software installed?
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • HT3775 I just made a movie in iMovie and exported in MP4 format, now it won't open, error message says quicktime can't open the file ***? Anyone?

    i just made a movie in iMovie and exported in MP4 format, now it won't open, error message says quicktime can't open the file ***? Anyone?

    I have the same problem. I'm using Mavericks OS and latest iMovie. Both downloaded last week. I save the movie into File (as directed) and  QuickTime
    will not open. I'm then directed to a page of formats which are supposed to be supported on which is .mp4. Any tips?

Maybe you are looking for