Share via

Remove data

Sree 1,971 Reputation points
2021-09-02T11:28:29.197+00:00

Remove items

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments

Answer accepted by question author

Limitless Technology 40,106 Reputation points
2021-09-02T14:25:35.95+00:00

Hi there,

Before you delete items.
Step 1: Collect information about the mailbox.
Step 2: Prepare the mailbox.
Step 3: Remove all holds from the mailbox.
Step 4: Remove the delay hold from the mailbox.
Step 5: Delete items in the Recoverable Items folder.
Step 6: Revert the mailbox to its previous state

You can get more above the steps in the below link
https://learn.microsoft.com/en-us/microsoft-365/compliance/delete-items-in-the-recoverable-items-folder-of-mailboxes-on-hold?view=o365-worldwide

Hope this Answers all your queries , if not please do repost back .
If an Answer is helpful, please click "Accept Answer" and upvote it : )

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vasil Michev 127K Reputation points MVP Volunteer Moderator
    2021-09-02T12:26:10.673+00:00

    Use the good old Search-Mailbox cmdlet: https://learn.microsoft.com/en-us/powershell/module/exchange/search-mailbox?view=exchange-ps
    The -SearchDumpsterOnly switch will target the content of the RecoverableItems subtree (note that it includes more than purges, so best preview the items before you decide to delete them).
    Alternatively, you can use some low-level tool such as MFCMapi or EWSEditor. Or do it programmatically.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.