i have exchange server 2019 i imported the PST file and export pst file in web panel both is queued and never start or do anything how i can stop the import pst or export pst file and saw the log of import and export
i try use this command
Remove-MailboxExportRequest -Identity "it"
but i got error
Remove-MailboxExportRequest : The term 'Remove-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:1
+ Remove-MailboxExportRequest
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Remove-MailboxExportRequest:String) [],
CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException