Answered by:
Error message "The term 'Export-Mailbox' is not recognized as the name of a cmdlet, function, script file, or operable program." in Exchange 2010 SP1.

Question
-
What I am trying to do is to use Export-Mailbox cmdlet to recall massive messages on the backend instead of on Outlook. When I run this command "Get-Mailbox -server xxxx |Export-Mailbox ...." I went to this error message "The term 'Export-Mailbox' is not recognized as the name of a cmdlet, function, script file, or operable program". I am in both "Organization Management" and "Mailbox Import Export" roles.
Please advise.
Thank you
Monday, May 2, 2011 2:59 PM
Answers
-
Try New-ExportMailboxRequest. Export-Mailbox was for pre-SP1:
You can also use the Search-Mailbox command to search for specific messages across mailboxes and delete content.
Tim Harrington | MVP: Exchange | MCITP: EMA 2007/2010, MCITP: Lync 2010, MCITP: Server 2008, MCTS: OCS | Blog: http://HowDoUC.blogspot.com | Twitter: @twharringtonMonday, May 2, 2011 3:09 PM -
Yes, in Exchange 2010 SP1, you need use New-ExportMailboxRequest.
You can get more information form this document:
Create a Mailbox Export Request
http://technet.microsoft.com/en-us/library/ff459227.aspx
Thanks,
Evan
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked as answer by Evan Liu Sunday, May 15, 2011 4:34 AM
Thursday, May 5, 2011 9:54 AM
All replies
-
Try New-ExportMailboxRequest. Export-Mailbox was for pre-SP1:
You can also use the Search-Mailbox command to search for specific messages across mailboxes and delete content.
Tim Harrington | MVP: Exchange | MCITP: EMA 2007/2010, MCITP: Lync 2010, MCITP: Server 2008, MCTS: OCS | Blog: http://HowDoUC.blogspot.com | Twitter: @twharringtonMonday, May 2, 2011 3:09 PM -
Yes, in Exchange 2010 SP1, you need use New-ExportMailboxRequest.
You can get more information form this document:
Create a Mailbox Export Request
http://technet.microsoft.com/en-us/library/ff459227.aspx
Thanks,
Evan
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.- Marked as answer by Evan Liu Sunday, May 15, 2011 4:34 AM
Thursday, May 5, 2011 9:54 AM