This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:exchange:exchange_export_import [2018/09/18 09:59] gcooper |
internet:mail:exchange:exchange_export_import [2018/09/18 10:07] (current) gcooper |
||
---|---|---|---|
Line 16: | Line 16: | ||
Get-MailboxImportRequest | Get-MailboxImportRequest | ||
</ | </ | ||
+ | |||
+ | Clear completed (or all) export requests: | ||
+ | |||
+ | < | ||
+ | Get-MailboxExportRequest -Status Completed | Remove-MailboxExportRequest | ||
+ | |||
+ | Get-MailboxExportRequest | Remove-MailboxExportRequest | ||
+ | </ | ||
+ | |||
+ | Clear completed (or all) import requests: | ||
+ | |||
+ | < | ||
+ | Get-MailboxImportRequest -Status Completed | Remove-MailboxImportRequest | ||
+ | |||
+ | Get-MailboxImportRequest | Remove-MailboxImportRequest | ||
+ | </ | ||
+ |