Need to verify purged emails within the discoveryholds folder of user's archive mailbox

Mena, Urilsido 0 Reputation points
2025-04-29T18:24:14.29+00:00

Need to verify purged emails within the discoveryholds folder of a user's archive mailbox.

The emails have been purged and verified via purview to be in the discoveryhold folder in archive mailbox but cannot get a PS cmd to verify and show the email location.

Tried the one below with no success.

Get-RecoverableItems -Identity [email protected] -Archive -SourceFolder DiscoveryHoldsitems -SubjectContains "subject"

and this cmd only shows the emails in main mailbox RecoverableItems/discoveryhold folder

Get-RecoverableItems -Identity [email protected] -SourceFolder DiscoveryHoldsitems -SubjectContains "subject"

PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,926 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.