The "open in SYSTEM" seems to have resolved itself but I would still like to know the best way to do a pst export without it failing for larger mailboxes.
Exchange 2019 - stuck export to PST request

Exchange 2019.
Did an export to PST on a large mailbox (larger than 50gb).
PST file grew to larger than the mailbox size, mailbox request said it was only at 11% in powershell.
Did a cancel on the PST export in powershell. PST export no longer shows up in powershell.
Trying to move the PST file it created. Unable to move file since it is "open in SYSTEM".
How do I resolve the "open in SYSTEM" and make it so future exports don't get stuck?
Thanks
2 answers
Sort by: Most helpful
-
-
Joyce Shen - MSFT 16,416 Reputation points Microsoft Vendor
2022-04-20T02:22:08.143+00:00 Hi @Susan Dodds
Regarding your concern, the PST file grew to larger than the mailbox size, that's because Exported .pst includes deleted items yet to get purged. Below thread discussed the similar question:
Export Mailbox PST larger than mailboxAnd the best practice, if you export a large mailbox using “New-MailboxExportRequest” on server side, we suggest you use multiple export requests with special folders by a filter.
For example use
-ContentFilter,
-ExcludeDumpster
The ExcludeDumpster switch specifies whether to exclude the Recoverable Items folder. You don't need to specify a value with this switch.
-ExcludeFolders
The ExcludeFolders parameter specifies the list of folders to exclude during the export.
-IncludeFolders
The IncludeFolders parameter specifies the list of folders to include during the export.A related thread here for your reference as well: Mailbox Export Request to PST is 94% complete, 123/130GB. It's ran for 6 days, now it seems to be stuck 'InProgress' - what are my options?
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
If an Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.