<

Exchange 2019 - Clear Mailbox Export import Requests

Posted on
6,084 Points
84 Views
Last Modified:
Published
Experience Level: Beginner
3:03
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In this video, we show you how to clear out the completed Mailbox Import and Export requests using PowerShell.

Video Steps

1. Launch Exchange Management Shell

Click on start and then expand Exchange 2019 and right click on the Exchange Management Shell and run as administrator

2. Run command

Run the following command: get-mailboxexportrequest -status completed | remove-mailboxexportrequest -confirm:$all

3. Run command

Run the following command: get-mailboximportrequest -status completed | remove-mailboximportrequest -confirm:$all
0
0 Comments
Since Azure DevOps Server 2022 finally supports a deployment on Server Core, I can replace another GUI Server in my LAB. In this write up, I will show you all the steps to get it up and running in your environment.
This article helps you to connect to Exchange Online PowerShell (Office 365 tenant) with Windows10/11 PowerShell in 3 easy steps . You need only PowerShell on your computer, which is shipped by default with any new version of Windows.