Hi Team
I rececntly did the serach-query fro all mailbox and delete the emails of some geniune emails from the most of the users mailbox
The command is used is
Get-mailbox -resultsize Unlimited | search-mailbox –searchquery “Subject:’ExampleXYZ’” –LogLevel Full –Targetmailbox "Test Mailbox" –Targetfolder "FolderName" –DeleteContent
So all the emails with subject of EXAMPLEXYZ all were deleted from all the mailbox accross the orgainzation. Some the emails which is legistimate with subject of EXAMPLEXYZ also deleted from the users mailbox
The good thing is availble the emails are availble in the target folder of the target mailbox . so all the emails are safe
i would like to import the emails back to the users mailbox . how could i do that to move the genuine emails back to users mailbox
Its going out of my mind :( and what is the beest method . Please suggest . There 1500 + users are available in the target folder
Could you all please help