is there a way to use search mailbox to also purge the message from "deleted items"?
here is the syntax i have for targeting members of a specific DG:
Get-DistributionGroupMember -Identity 'fff' | Search-Mailbox -SearchQuery subject:"xxxx" -TargetMailbox 'cool admin' -TargetFolder DeletedMessages -DeleteContent |
This results with move the item's from inbox to deleted items folder, needs to remove
the message from "deleted items" as well.
thx in advance
Rafi.