Powershell – How to extract specific emails from Exchange Online using PowerShell and move or sort them

exchangeexchangeonlinemicrosoft-office-365powershell

In Exchange Online (Office 365),
I need to extract emails,
from particular sending addresses,
from a handful of user mailboxes,
to another user mailbox folder.

I've been reading about the Export-Mailbox PowerShell cmdlet, which seems to be able to do what I want, but I am not sure if it is possible to use on Office 365.

Best Answer

You can't use Export-Mailbox or New-MailboxExportRequest cmdlets on Exchange Online,

The only way is Exporting it from Outlook client and use a Date Filter to extract the specific date range you want.

Update:

You can use the Compliance Center in the Office 365 Admin Center to search and export content with filter options etc.

Related Topic