This post will discuss prerequisite, how to and link for the PowerShell scripts as your main tool. Office 365 gains popularity and pay as you go model suits businesses. The questions raise, how to migrate my emails which sitting from OWA to Office 365. Microsoft Outlook allows you to export email messages very easily. However, this feature is not available in the Outlook Web App (OWA). Therefore, in order to export email messages from OWA, you must find a workaround.
Worry Not, TechNet bloggers contributed and created a Powerful Powershell script to save the day. The script requires Exchange Web Service Managed API 2.0. Please download and install the package from Microsoft Download Center.
Please refer to this Technet Page
- Open Windows PowerShell.
- Run Import-Module cmdlet to import this
module file.
Import-Module filepath\scriptname.psm1