{"id":833,"date":"2018-06-17T10:53:16","date_gmt":"2018-06-17T10:53:16","guid":{"rendered":"https:\/\/www.mozesoft.com\/blog\/?p=833"},"modified":"2019-05-21T11:40:00","modified_gmt":"2019-05-21T11:40:00","slug":"step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/","title":{"rendered":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013"},"content":{"rendered":"\n<p>This blog post will give you a&nbsp;<em><strong>step by step<\/strong><\/em>&nbsp;process on how to migrate from&nbsp;<em><strong>SharePoint 2010 to SharePoint 2013.<\/strong><\/em><\/p>\n\n\n\n<p><strong>Few points to keep in mind before you start SharePoint migration:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Update your SharePoint 2010 farm with latest service packs\/patches.<\/li><li>Change your SharePoint 2010 web applications from classic mode to claims.<\/li><li>If you want you can also delete unused site collection, orphaned users and sites.<\/li><\/ul>\n\n\n\n<p>It\u2019s always recommended to take a good back up and before starting SharePoint backup run Database Consistency check.<\/p>\n\n\n\n<p><strong>Follow the below migration steps to migrate From SharePoint 2010 to 2013:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Create New SharePoint 2013 Farm<\/strong><\/li><\/ol>\n\n\n\n<p>Firstly install and configure new SharePoint 2013 farm. Setup all \nfarm configuration in source SharePoint 2010 farm which include all \nessential configurations such as AAM, Email settings, managed pats, etc.\n Now, you need to install all the third party software like; language \npacks, custom features and solutions of SharePoint 2010 farm into your \nSharePoint 2013 farm to make this process more efficient. Then, create a\n new web application similar to your existing SharePoint 2010 farm for \nSharePoint server 2013.<\/p>\n\n\n\n<p>As we are using existing content database from SharePoint 2010, so \nyou need to delete default content database linked with the new web \napplication. And, if you fail to delete the root site database of the \nexisting web application, running a Test-SPContentDatabase cmdlet as a \npart of migration process can result in orphaned site issues.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Backup and Restore SharePoint 2010 Database to SharePoint 2013 SQL Server<\/strong><\/li><\/ol>\n\n\n\n<p>In this step you need to create a backup of SharePoint 2010 content \ndatabases and after that restore them into SharePoint 2013\u2019s SQL Server.<\/p>\n\n\n\n<p>We can do this by two ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Central Administration<\/li><li>PowerShell cmdlet<\/li><\/ul>\n\n\n\n<p><strong><em>By using Central Administration:<\/em><\/strong><\/p>\n\n\n\n<p>You can retrieve all content databases from particular web application by following this path:<\/p>\n\n\n\n<p>Central Administration &gt;&gt; Application Management &gt;&gt; Manage Content Databases<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"440\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\" alt=\"\" class=\"wp-image-834\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg 1024w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-300x129.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-768x330.jpg 768w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1.jpg 1207w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li><strong><em>By using PowerShell cmdlet:<\/em><\/strong><\/li><\/ul>\n\n\n\n<p>By using PowerShell cmdlet you can retrieve all the content databases from particular web application. Use the below syntax:<\/p>\n\n\n\n<p><code>Get-SPContentDatabase -WebApplication \"&lt;Web App URL&gt;\" | Select Name<\/code><\/p>\n\n\n\n<p><strong>Create Backup<\/strong><\/p>\n\n\n\n<p>To create a Backup of databases from SharePoint 2010 SQL Server,  Log-in into the SQL server box of the SharePoint 2010 farm. After that,  you have to do is to open SQL Server Management Studio and expand  databases node.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"604\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/2.png\" alt=\"\" class=\"wp-image-835\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/2.png 626w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/2-300x289.png 300w\" sizes=\"auto, (max-width: 626px) 100vw, 626px\" \/><\/figure>\n\n\n\n<p><strong>Restore Database <\/strong><\/p>\n\n\n\n<p>To restore all databases from SharePoint 2010 to SharePoint 2013 SQL  Server, you need to copy all required databases backup files to your  target SharePoint 2013 SQL Server. When you copied all the database  files, then open SQL Server Management Studio and click restore  database.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"342\" height=\"338\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/3.jpg\" alt=\"\" class=\"wp-image-836\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/3.jpg 342w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/3-300x296.jpg 300w\" sizes=\"auto, (max-width: 342px) 100vw, 342px\" \/><\/figure>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Verify Content Databases with Test-SPContentDatabase<\/strong><\/li><\/ol>\n\n\n\n<p>Run PowerShell cmdlet: Test-SPContentDatabase cmdlet and scan content\n databases of provided web application in order to check if any issue \npersists.<\/p>\n\n\n\n<p>Use below syntax:<\/p>\n\n\n\n<p><code>Test-SPContentDatabase -Name &lt;Database name&gt; -WebApplication &lt;Web-App-URL&gt;<\/code><\/p>\n\n\n\n<p>This syntax will report various issues such as missing features, solution dependencies, orphaned sites, wide lists, etc.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Run \u201cMount-SPContentDatabase\u201d to attach content databases to SharePoint 2013<\/strong><\/li><\/ol>\n\n\n\n<p>Once the issues fixed which is reported by Test-SPContentDatabase, \nyou can start attaching content databases to SharePoint 2013 web \napplication.&nbsp; You need to mount the root site collection\u2019s database \nfirst and if you\u2019re migrating \u2018My sites\u2019 then migrate its host first.<\/p>\n\n\n\n<p><code>Mount-SPContentDatabase -name \"Database name\" -DatabaseServer \n\"Database Server Name\" -WebApplication \"Web-App-URL\" -confirm: $false<\/code><\/p>\n\n\n\n<p>After mounting the content database to web application you can easily access site collection in SharePoint 2010 mode.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Upgrade Site Collections to move to SharePoint 2013<\/strong><\/li><\/ol>\n\n\n\n<p>In this migration process you\u2019re upgrading the site collections. By \ndefault after migration from SharePoint 2010 to SharePoint 2013, all \nmigrated site collections will be on SharePoint 2010 with its old look \nand feel and other functionalities. Therefore, you\u2019ve to explicitly \nmigrate all site collections to SharePoint 2013. To do this by Site \nCollection administrators you need to click on the links available from \nupgrade reminder banner.<\/p>\n\n\n\n<p><strong>Get Upgrade Status:<\/strong><\/p>\n\n\n\n<p>Migration process takes time when there is a huge number of site \ncollections present on the particular content database. You can get the \nstatus of upgrade from the \u201cUpgrade Status\u201d page in central \nadministration page.<\/p>\n\n\n\n<p><em>Follow this path:<\/em><\/p>\n\n\n\n<p>(Central Admin &gt;&gt; Upgrade and Migration &gt;&gt; Check upgrade status)<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"279\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/4-1024x279.jpg\" alt=\"\" class=\"wp-image-837\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/4-1024x279.jpg 1024w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/4-300x82.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/4-768x209.jpg 768w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/4.jpg 1342w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>This blog post will give you a&nbsp;step by step&nbsp;process on how to migrate from&nbsp;SharePoint 2010 to SharePoint 2013. Few points to keep in mind before you start SharePoint migration: Update your SharePoint 2010 farm with latest service packs\/patches. Change your SharePoint 2010 web applications from classic mode to claims. If you want you can also [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-833","post","type-post","status-publish","format-standard","hentry","category-sharepoint-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog\" \/>\n<meta property=\"og:description\" content=\"This blog post will give you a&nbsp;step by step&nbsp;process on how to migrate from&nbsp;SharePoint 2010 to SharePoint 2013. Few points to keep in mind before you start SharePoint migration: Update your SharePoint 2010 farm with latest service packs\/patches. Change your SharePoint 2010 web applications from classic mode to claims. If you want you can also [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-17T10:53:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-21T11:40:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013\",\"datePublished\":\"2018-06-17T10:53:16+00:00\",\"dateModified\":\"2019-05-21T11:40:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\"},\"wordCount\":653,\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\",\"articleSection\":[\"SharePoint Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\",\"name\":\"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\",\"datePublished\":\"2018-06-17T10:53:16+00:00\",\"dateModified\":\"2019-05-21T11:40:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\",\"contentUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/","og_locale":"en_US","og_type":"article","og_title":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog","og_description":"This blog post will give you a&nbsp;step by step&nbsp;process on how to migrate from&nbsp;SharePoint 2010 to SharePoint 2013. Few points to keep in mind before you start SharePoint migration: Update your SharePoint 2010 farm with latest service packs\/patches. Change your SharePoint 2010 web applications from classic mode to claims. If you want you can also [&hellip;]","og_url":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/","og_site_name":"Blog","article_published_time":"2018-06-17T10:53:16+00:00","article_modified_time":"2019-05-21T11:40:00+00:00","og_image":[{"url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg","type":"","width":"","height":""}],"author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013","datePublished":"2018-06-17T10:53:16+00:00","dateModified":"2019-05-21T11:40:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/"},"wordCount":653,"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg","articleSection":["SharePoint Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/","url":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/","name":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013 - Blog","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage"},"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg","datePublished":"2018-06-17T10:53:16+00:00","dateModified":"2019-05-21T11:40:00+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#primaryimage","url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg","contentUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/05\/1-1024x440.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/step-by-step-guide-to-migrate-from-sharepoint-2010-to-sharepoint-2013\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Step by Step guide to Migrate from SharePoint 2010 to SharePoint 2013"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=833"}],"version-history":[{"count":2,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/833\/revisions"}],"predecessor-version":[{"id":862,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/833\/revisions\/862"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=833"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=833"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}