Need to delete a message from everyone's mailbox at the server level? Here is the command for you:
Get-Mailbox | Export-mailbox -SubjectKeywords "FillintheSubject" -StartDate "03/04/09" -EndDate "03/04/09" -TargetMailbox "Admin" -TargetFolder "Inbox" –DeleteContent
You can also add -ContentKeywords for additional filtering.
No comments:
Post a Comment