SOLVED

How to find a hold

Copper Contributor

I have been asked to remove a file from one persons OneDrive as it has Malware.  When I try to click it, an error appears advising that it cannot be removed owing to an advanced eDiscovery Hold.  How can I find out what eDiscovery case has the hold?

1 Reply
best response confirmed by coxygt (Copper Contributor)
Solution

@coxygt 

 

From the following article:

 

Get-ComplianceCase (ExchangePowerShell) | Microsoft Docs

 

Get-ComplianceCase -CaseType AdvancedEdiscovery;

 

You can find a broader discussion of holds, including eDiscovery, here:

How to identify the hold on an Exchange Online mailbox - Microsoft Purview (compliance) | Microsoft ...

 

While specific instructions on how to connect using Connect-IPPSSession can be found here:

Connect-IPPSSession (ExchangePowerShell) | Microsoft Docs

 

Cheers,

Lain

1 best response

Accepted Solutions
best response confirmed by coxygt (Copper Contributor)
Solution

@coxygt 

 

From the following article:

 

Get-ComplianceCase (ExchangePowerShell) | Microsoft Docs

 

Get-ComplianceCase -CaseType AdvancedEdiscovery;

 

You can find a broader discussion of holds, including eDiscovery, here:

How to identify the hold on an Exchange Online mailbox - Microsoft Purview (compliance) | Microsoft ...

 

While specific instructions on how to connect using Connect-IPPSSession can be found here:

Connect-IPPSSession (ExchangePowerShell) | Microsoft Docs

 

Cheers,

Lain

View solution in original post