SharePoint 2010 On Premises to SharePoint Online Office 365 Migration

Office 365 SharePoint Online — Microsoft’s Cloud solution provides businesses a way to avoid infrastructure costs related to communication. With it, organizations can have their own Exchange, SharePoint, and Lync online managed by Microsoft. SharePoint 2010 is used by various organizations and many of these organizations are looking forward to upgrade/migrate to the more powerful and enormously successful SharePoint Online.
Planning for SharePoint migration is the most critical part of a SharePoint migration. A successful migration from SharePoint 2010 to SharePoint Online Office 365 necessitates complete planning and analysis. Here are some pre-requisites that you must take care of while migrating data from SharePoint 2010 to SharePoint Online via Azure Storage.

  1. Create an Azure Storage resource.
  2. Install SharePoint Online Management Shell version 16.0.4017.1200 or above.
  3. Install SharePoint PowerShell 4.0 prior to the Online Management Shell.

SharePoint 2010 to SharePoint Online Migration Steps:

Step 1: Export the data from the SharePoint 2010 environment using Export-SPWeb.

  1. Go to the start menu, and run the SharePoint 2010 Management Shell as Administrator.
  2. Now, run the following command: Export-SPWeb -Identity “http://<On-PremSPSite>” -ItemUrl “/OnPremDocLib” -Path “C:\SPOnPremExport” -NoFileCompression -IncludeVersions 4 Note: Replace the Web URL and the Document Library with your own URL and Library name.
  3. After completing it successfully, you will see that a folder has been created with the contents shown below:
    You can create the missing file LookupListMap.XML manually.
  4. Create a new XML file in the above exported folder with the name: LookupListMap.xml and add the following lines to the file: <?xml version=”1.0″ encoding=”utf-8″?>
    < LookupLists xmlns=”urn:deployment-lookuplistmap-schema”/>

Step 2: Convert the Exported package to the SPO Migration Package using the SharePoint Online Management Shell.

  1. Copy contents of the export folder to a new path: “C:\migrationpackages\SPOTemp”.
  2. Then, run SharePoint Online Management Shell as Administrator.

  3. Within the ISE, write the following command: Connect-SPOService -URL