Wednesday 13 October 2021

How to restore deleted emails in office 365 through powershell

 You may use different commands, for example you want to restore 1 day emails of a user


New-MailboxSearch -Name "Nawaz11-Oct-DeletedEmails" -SourceMailboxes Nawaz@domain.com -TargetMailbox khan@domain.com -StartDate "10/10/2021" -EndDate "10/10/2021"

No comments:

Post a Comment