Share via


How do I stop repeated alerts from failed pst imports?

Question

Thursday, December 21, 2017 6:08 PM

I ran an import pst to mailbox twice from the EAC and I am getting 8 notifications every hour regarding the failures.  How do I stop these.

Thanks SR

stuart reicher

All replies (2)

Friday, December 22, 2017 2:44 AM | 1 vote

Hi Stuart,

Try to run the following command to remove the import requests and check again :

Get-MailboxImportRequest -Mailbox "Mailbox name you want to import" |Remove-MailboxImportRequest

Best Regards,

Niko Cheng

Please remember to mark the replies as answers if they helped.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, July 19, 2018 8:44 AM

Thanks, very helpful