{"id":13322,"date":"2023-11-23T12:29:12","date_gmt":"2023-11-23T06:29:12","guid":{"rendered":"https:\/\/dtasiagroup.com\/?p=13322"},"modified":"2023-11-23T12:29:12","modified_gmt":"2023-11-23T06:29:12","slug":"9-ways-to-speed-up-your-microsoft-365-migration","status":"publish","type":"post","link":"https:\/\/dtasiagroup.com\/vi\/9-ways-to-speed-up-your-microsoft-365-migration\/","title":{"rendered":"9 ways to speed up your Microsoft 365 migration"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-13324 size-full\" src=\"https:\/\/dtasiagroup.com\/wp-content\/uploads\/2023\/11\/DCT-1371-Event-graphics-booth-VNISA-Hanoi-2023-1584x396-1.jpg\" alt=\"\" width=\"1100\" height=\"500\" \/><\/p>\n<p>Microsoft 365 migrations can be complex. With so many vital business applications in use\u2014like Teams, OneDrive, SharePoint and Outlook along with the sheer volume of data stored on each of these\u2014there is a lot that can go wrong.<\/p>\n<p>I\u2019ve had several discussions recently with customers whose entire migrations came to a screeching halt because they were migrating 500 versions of the same file or a Teams channel with over 100,000 messages.<\/p>\n<p>Both of these scenarios could have been avoided.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>How can you configure your Microsoft 365 migration to run as fast as possible?<\/strong><\/p>\n<p>Everyone asks how fast Microsoft 365 content can be migrated. However, what you do or don\u2019t do before and during the migration can have the greatest impact on migration speed.<\/p>\n<p>This post will dive into nine best practices and considerations to be aware of that will help you speed up your\u00a0<a href=\"https:\/\/www.quest.com\/solutions\/migration-and-consolidation\/\">Microsoft 365 migration<\/a>\u00a0and avoid unnecessary complications.<\/p>\n<p><strong>1.\u00a0\u00a0\u00a0 Prevent major changes in the source tenant<\/strong><\/p>\n<p>Once you start your migration, consider preventing (or discouraging) users from making any changes in the source tenant. Changes or additions in SharePoint sites, OneDrive sites and Teams channels often require provisioning to be run again, which can add significant time for shared and private channels.<\/p>\n<p>We recommend that you inform your users to avoid major content restructuring changes prior to or during the migration.<\/p>\n<p><strong>2.\u00a0\u00a0\u00a0 Provision 24 hours in advance<\/strong><\/p>\n<p>Provisioning can be a long-running process for each workload. We recommend starting provisioning at least 24 hours in advance of any migration. Ideally, you only want to provision once and never again.<\/p>\n<p><strong>3.\u00a0\u00a0\u00a0 Migrate the last file version only<\/strong><\/p>\n<p>This may not be popular for users \u2013 especially when there are legal or regulatory requirements to migrate everything as is. But how critical is it to have all 500+ versions of the same file? If you want the fastest speed, consider migrating only the last version and leaving the remainder behind.<\/p>\n<p>Unfortunately, you don\u2019t know how many versions there are for each file. The version information is not stored or visible in the SharePoint or OneDrive user interface. You can run a script; but it could take days, weeks, or months to run in your tenant. Click\u00a0<a href=\"https:\/\/www.sharepointdiary.com\/2016\/12\/sharepoint-online-version-history-report-using-powershell.html#ixzz7AOYt7Llw\">here<\/a>\u00a0for an example of a PowerShell that creates a Version History Report for SharePoint Online.<\/p>\n<p><strong>4.\u00a0\u00a0\u00a0 Do not migrate permissions for OneDrive<\/strong><\/p>\n<p>Like versions, permissions take additional processing time. Even the migration API documentation warns that migrating permissions will take longer. The file permissions are not stored with the file itself. Instead, they must be added after the file is processed by the migration API.<\/p>\n<p>That\u2019s bad enough; but it gets worse. If you run an incremental migration, you may want to check for changes in file permissions since the initial migration was run. However, changes in file permissions do not change the modified date property of the file. Thus, the migration process may have to compare every file that was previously migrated to ensure that any changes in permissions are updated on the target. This comparison must use CSOM calls on both the source and target tenants. The number of CSOM calls that can be sent to tenants is limited (and can be heavily throttled). The throttling will slow down all other migration processing.<\/p>\n<p>The best and fastest option is to leave permissions behind on the source tenant. That way your migration runs faster, and you don\u2019t have to deal with updating permissions during an incremental migration.<\/p>\n<p><strong>5.\u00a0\u00a0\u00a0 No incremental migrations<\/strong><\/p>\n<p>For even faster performance, don\u2019t run any incremental migrations after the first migration.<\/p>\n<p>Of course, this would mean that content that was created after the first migration is not migrated, which could lead to unhappy users contacting the migration team. But you would save valuable time.<\/p>\n<p>Alternatively, you can limit which sites, lists and libraries will have an incremental migration run. You may have to set priorities to determine these. For example, an incremental migration may also include remigrating failed items from an earlier migration. If you see a lot of failures in a migration, you should run an incremental migration.<\/p>\n<p><strong>6.\u00a0\u00a0\u00a0 Do not migrate list and library comments<\/strong><\/p>\n<p>These comments take considerably more time to process and migrate from source to target. Leaving them behind may disappoint users, but it will save migration time.<\/p>\n<p><strong>7.\u00a0\u00a0\u00a0 Archive Teams channel messages<\/strong><\/p>\n<p>Channel conversation messages are a major component of collaboration in Microsoft Teams. Unfortunately, some Teams channels contain tens of thousands of messages that may take several hours to migrate. This can reduce\u00a0<a href=\"https:\/\/blog.quest.com\/microsoft-teams-migrations-are-they-getting-better-or-worse\/\">Teams migrations<\/a>\u00a0to a very slow pace.<\/p>\n<p>One option is to migrate the SharePoint content ahead of the Teams channel conversations. You can choose to migrate only SharePoint content that is directly a part of channel messages. Alternatively, you can migrate all SharePoint content that includes subsites, lists and libraries underneath the Teams site.<\/p>\n<p>Second, configure the migration to archive older channel messages \u2013 perhaps older than 30 days. The reading process will still take time to complete. However, the writing process will go slightly faster, as older messages are written to an archive (HTML) file. This may be critical if you already have users actively creating messages in the target tenant.<\/p>\n<p><strong>8.\u00a0\u00a0\u00a0 Limit the migration of private chat messages<\/strong><\/p>\n<p>I have written blog posts previously on different ways to count how many private chat messages exist. It is very difficult to calculate how long the\u00a0<a href=\"https:\/\/blog.quest.com\/evaluating-microsoft-teams-private-chat-usage-why-this-is-key-for-migration-projects\/\">private chat migration<\/a>\u00a0will run. Thus, you should first prioritize who should have their private chat messages migrated.<\/p>\n<p>Second, limit the private chat message migration to Live Chat in the target tenant to 15 or 30 days. That should be enough for users to quickly look back at the messages exchanged in a private chat thread.<\/p>\n<p>Third, for key users, you can archive the remaining chat messages to an archive (HTML) file. You can also limit how many days of private chat messages are archived beyond the days that are migrated.<\/p>\n<p>For everyone else, consider not migrating their chat messages or set a limit to the last 15 or 30 days.<\/p>\n<p>You may be able to use the Export API for reading the structure of private chat messages much faster. Unfortunately, the Export API is expensive to use. You still need to use the Graph API for reading and writing messages. The total process is faster with the Export API if you merge messages on the target or if you archive messages to HTML files.<\/p>\n<p>In the case of legal or regulatory requirements, you may need to archive all private chat messages for some key users.<\/p>\n<p><strong>9.\u00a0\u00a0\u00a0 Exclude some OneDrive files<\/strong><\/p>\n<p>Ask users to aggressively clean up the files in their OneDrive. Delete any files that are very old, no longer have business value or are not required for legal or regulatory reasons. The goal is to reduce how much is migrated. Other than reducing the total quantity and size of files migrated, the biggest performance gains are achieved when migrating the latest version only (and excluding file-level permissions).<\/p>\n<p>Consider excluding files that have not been modified in the past five years (for example). And consider excluding files that are over 1000 MB (1GB) in size. Large files will migrate faster than many small files. However, large files still take a considerable amount of time to migrate, and it gets worse if there is any migration error.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>There are several recommendations that you can implement to achieve the fastest Microsoft 365 migration possible. You may not be able to implement all of them, but you should consider each one and if they could be an option for your organization.<\/p>\n<ol>\n<li>Prevent major changes in the source tenant after the migration starts<\/li>\n<li>Provision 24 hours in advance<\/li>\n<li>Migrate only the last version of files<\/li>\n<li>Do not migrate permissions for OneDrive<\/li>\n<li>No incremental migration<\/li>\n<li>Do not migrate list and library comments<\/li>\n<li>Archive Teams channel conversation messages<\/li>\n<li>Limit the migration of private chat messages<\/li>\n<li>OneDrive: Exclude files bigger than 1,000 MB<\/li>\n<\/ol>\n<p>We recommend that you work with your users to set their expectations and get their cooperation. The result will be a much faster and smoother migration.<\/p>\n<p>Source:\u00a0<a href=\"https:\/\/blog.quest.com\/9-ways-to-speed-up-your-microsoft-365-migration\/\">https:\/\/blog.quest.com\/9-ways-to-speed-up-your-microsoft-365-migration\/<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>About DT Asia<\/strong><\/p>\n<p>DT Asia began in 2007 with a clear mission to build the market entry for various pioneering IT security solutions from the US, Europe and Israel.<\/p>\n<p>Today, DT Asia is a regional, value-added distributor of cybersecurity solutions providing cutting-edge technologies to key government organisations and top private sector clients including global banks and Fortune 500 companies. We have offices and partners around the Asia Pacific to better understand the markets and deliver localised solutions.<\/p>","protected":false},"excerpt":{"rendered":"<p>Microsoft 365 migrations can be complex. With so many vital business applications in use\u2014like Teams, OneDrive, SharePoint and Outlook along with the sheer volume of data stored on each of these\u2014there is a lot that can go wrong.<\/p>","protected":false},"author":11,"featured_media":13324,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[56],"tags":[],"class_list":["post-13322","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles"],"_links":{"self":[{"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/posts\/13322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/comments?post=13322"}],"version-history":[{"count":0,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/posts\/13322\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/media\/13324"}],"wp:attachment":[{"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/media?parent=13322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/categories?post=13322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dtasiagroup.com\/vi\/wp-json\/wp\/v2\/tags?post=13322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}