Using a Content Filter in Mailbox Export Requests

I recently wrote about performing a bulk export of mailboxes to PST from a collection (https://deangrant.wordpress.com/2013/10/08/bulk-export-of-exchange-mailboxes-from-a-collection/), in this script the entire contents of the mailbox was exported. However, in instances where you only require to export a particular date range, you can use the Content Filter switch as part of the New-MailboxExportRequest cmdlet in Microsoft … More Using a Content Filter in Mailbox Export Requests

Bulk Export of Exchange Mailboxes from a Collection

I am currently looking at performing a bulk export of mailboxes from Exchange 2010 using the New-MailboxExportRequest cmdlet from a collection within a CSV file. Firstly, I will want to remove any existing Mailbox Export Requests as I want to provide the status of the bulk export as the final step of the process with … More Bulk Export of Exchange Mailboxes from a Collection

The term “New-MailboxExportRequest” is not recognized

I was recently attempting to run a mailbox export request to a PST file in Exchange 2010 Service Pack 3, on running the New-MailboxExportRequest cmdlet, I was presented with the following error message: The term “New-MailboxExportRequest” is not recognized. In order to resolve this issue I had to grant the account performing the export request … More The term “New-MailboxExportRequest” is not recognized