Forum Discussion
coxygt
Jun 20, 2022Brass Contributor
How to find a hold
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...
- Jun 21, 2022
From the following article:
Get-ComplianceCase (ExchangePowerShell) | Microsoft Docs
Get-ComplianceCase -CaseType AdvancedEdiscovery;
You can find a broader discussion of holds, including eDiscovery, here:
While specific instructions on how to connect using Connect-IPPSSession can be found here:
Connect-IPPSSession (ExchangePowerShell) | Microsoft Docs
Cheers,
Lain
LainRobertson
Jun 21, 2022Silver Contributor
From the following article:
Get-ComplianceCase (ExchangePowerShell) | Microsoft Docs
Get-ComplianceCase -CaseType AdvancedEdiscovery;
You can find a broader discussion of holds, including eDiscovery, here:
While specific instructions on how to connect using Connect-IPPSSession can be found here:
Connect-IPPSSession (ExchangePowerShell) | Microsoft Docs
Cheers,
Lain