I have installed Exchange 2010 fresh with just the default settings. I upgraded it to sp2 this morning. I want to test the New-MailboxExportRequest cmdlet but EMS keeps telling me it is not a recognized cmdlet. I run Get-ExCommand|more. I paged through and did not see New-MailboxExportRequest in it.
New-ManagementRoleAssignment -Role "Mailbox Export Export" -User "administrator"
New-MailboxExportRequest -FilePath \\Exchange\sharefolder\"test.pst" -Mailbox "test"
The term 'New-MailboxImportRequest' 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
I run Get-Help New-MailboxExportRequest
The term 'New-MailboxImportRequest' 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:9
How do I get it working or the cmdlet is deprecated?