Hi
I've done this in the past when I managed to archive mailboxes from our former employees into PST file, then deleted the mailbox.
New-MailboxExportRequest -Mailbox Domain.User -FilePath \\Exch2010\d$\domain.user.pst
This seems to have worked the last time ( 6 months ago). Now i try using this command it give me the following error
The term 'New-MailboxExportRequest' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:25
+ New-MailboxExportRequest <<<< -Mailbox Domain.User -FilePath \\Exch2010\d$\domain.user.pst
+ CategoryInfo : ObjectNotFound: (New-MailboxExportRequest:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Please let me know if there is any other way to accomplish this or what am i doing wrong