Discovery Hold

Roger Roger 4,951 Reputation points
2020-10-23T01:06:55.687+00:00

Hi All

For one of my user user1@Company portal .com discovery hold is occupying almost 87GB, i have removed the hold now. how do i delete the discovery hold.
Litigation hold is disabled for the user.

Get-MailboxFolderStatistics -Identity user1@Company portal .com -FolderScope RecoverableItems |Format-Table Name,FolderAndSubfolderSize,ItemsInFolderAndSubfolders -Auto
34310-ds.jpg

will the below syntaxes help me to delete the discovery hold. after deleting i also need to set retain deleted items for 14 days, what is the syntax for it.
Set-Mailbox "user1@Company portal .com" -UseDatabaseRetentionDefaults $false -SingleItemRecoveryEnabled $false -RetainDeletedItemsFor 0
Set-Mailbox –identity “user1@Company portal .com” –RemoveDelayHoldApplied
Start-ManagedFolderAssistant -Identity user1@Company portal .com

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,194 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,359 questions
{count} votes

Accepted answer
  1. Joyce Shen - MSFT 16,646 Reputation points
    2020-10-26T02:47:12.477+00:00

    Hi @Roger Roger ,

    Your commands should work well.

    Users placed on an In-Place Hold, all deleted items are moved to Discovery Hold folder.
    The MFA will not process items in this folder, until you remove the user from this hold first and then manually enable MFA ( Start-ManagedFolderAssistant -Identity user1@Company portal .com ) to purge these items or wait for MFA automatically purge them.

    After the process completed removing the items in DiscoveryHolds, run below command to set retain deleted items for 14 days:

    Set-Mailbox <username> -RetainDeletedItemsFor 14  
    

    You could also refer to the official document to get more information about: Revert the mailbox to its previous state


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
     

    0 comments No comments

0 additional answers

Sort by: Most helpful