Litigation Hold Mailbox – List Powershell

Get a list of all exchange mailboxes in Litigation Hold.

Open Exchange Management Shell

[PS] C:\windows\system32>get-mailbox -ResultSize unlimited | where-object {$_.litigationholdenabled -eq $true} | fl name, database

Screen Shot 2020-04-15 at 15.11.58

 

 

Leave a comment