How would I safely export data from Exchange 2010 mailboxes to PSTs using New-MailboxExportRequest
and have the exported items deleted from the source mailbox? The Powershell cmdlet seems to be missing the -DeleteContent
switch which has been part of the Export-Mailbox
cmdlet in Exchange 2007.
Using Search-Mailbox -DeleteContent
after the MailboxExportRequest has completed seems like a bad idea since I really only want to delete items which have been successfully exported and I could not find any way to obtain a comprehensive list of items processed by New-MailboxExportRequest.