Need to verify purged emails within the discoveryholds folder of user's archive mailbox
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"