Forum Discussion
chrishorsted720
Jul 02, 2025Copper Contributor
List Litigation Hold & eDiscovery Hold For a List of Inactive Mailboxes
I have a csv file that contain a list of Inactive Mailboxes approx. 11,000. I have two requirements that I am struggling to meet which I think can only be achieved using Powershell. Which Inactive ...
Prathista Ilango
Microsoft
Jul 03, 2025Hi chrishorsted720,
This is likely possible only via powershell. You can use the following commands to get the required details,
- Litigation hold details are properties of Get-Mailbox command
- Case hold details can be retrieved using Get-CaseHoldPolicy
Refer to:
Get-CaseHoldPolicy (ExchangePowerShell) | Microsoft Learn
Hope this helps!
Regards,
PI
Please mark as solution, if you find the answer helpful. This will assist others in the community who encounter a similar issue, enabling them to quickly find the solution and benefit from the guidance provided.