Litigation Hold Report
Note: If individuals have been deleted inadvertently, their data is still on hold in eDiscovery.
Report below will only return currently held accounts that still exist in AD…
Below report may not be all inclusive.
connect to adm03
powershell as admin
connect-exchangeonline
run script:
Get-Mailbox -Filter {LitigationHoldEnabled -eq $true} -ResultSize Unlimited |
Select-Object DisplayName, UserPrincipalName, LitigationHoldEnabled, LitigationHoldDate, LitigationHoldOwner |
Export-Csv -Path "C:\temp\sue\LitigationHoldUsers.csv" -NoTypeInformation <-- Note: Choose your location, i.e., your temp folder instead of Sue's.
To satisfy information for legal, please double check on other possible litholds that are not showing. Cross checking needs to occur to check for those accounts that are no longer in Active Directory. LitHold Tracking…
Loomis, Sue: LitHold Tracking.xlsx | TECH/TICKET TALK ONLY | Microsoft Teams