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 the ‘Import Export Mailbox’ role assignment as below.

New-ManagementRoleAssignment –Role “Mailbox Import Export” –User "DOMAIN\USER"

Once I restarted my powershell session, I was able to succesfully run the New-MailboxExportRequest cmdlet.


12 thoughts on “The term “New-MailboxExportRequest” is not recognized

  1. This is very helpful, but I’m looking for a slightly different version. Can New-ExportMailboxRequest be used to export data to a CSV file? Or only PST? I’m trying to export the Contacts folder for all of the users on one small Exchange 2010 SP3 server to CSV files (preferably each user would have their own file, but it could work in one file as long as the output was tagged so I know whose mailbox they came from).

    Thanks,

    Like

Leave a comment