geekzter / gsuite-microsoft365-migration

GSuite to Microsoft 365 migration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSuite to Microsoft 365 migration

After 15 years, Google has finally pulled the plug on Google Apps 'GSuite legacy free edition'. It was great while it lasted, and I thank Google for being so lenient to its early adoptors for so long. Now it is time to pay up, you may as well consider alternatives. While I love Gmail, I chose the market leader: Microsoft 365.

Microsoft has a ton of documentation on GSuite to Microsoft 365 migration. There is a landing page and an overview of the migration process.

This repo does not aim to replace documentation. Rather, it contains a number of helper scripts I used to migrate from GSuite to Microsoft 365. This was a one-time event, so it is not something I'll be maintaining.

Pre-requisites

Migration

Follow the documentation.

Scripts

Known issues

GmailForwardingAddressRequiresVerificationException

If you run into this issue, try any of these solutions:

  • Do not use a <tenantname>.onmicrosoft.com domain (and read the pre-requisites)
  • Assign licenses before completing the migration batch
  • In Google Workspace, set up routing for your domain or organization
  • The previous option is not available in GSuite free edition. In this case you have to ask each migrated user to click the validation link sent to their inbox.

Automatic forwarding is denied on Microsoft 365

Even if you have a remote domain 'Default' set up to allow automatic forwarding, you can run into this error:
Access denied, Your organization does not allow external forwarding. Please contact your administrator for further assistance. AS(7555)

Just add another remote domain for your Microsoft 365 delivery domain (e.g. office365.<yourdomain>.com)

Other GSuite decommisioning tasks

As you plan to abanodon GSuite, realize a Google Account is used for a lot more than GSuite:

  • A Google Account can be used to sign into 3rd party applications (e.g., Feedly). Check any apps or sites that a user logs in to. That will no longer be possible with the Google Account in GSuite.
  • Use Google Takeout to download any data that may not have been migrated
  • Users may want a personal Google Account to continue using 1st party Google Apps (e.g., YouTube). While takeout exports Google 1st part app data, there is not straightforward process to re-import playlists, subscriptions, etc.

About

GSuite to Microsoft 365 migration


Languages

Language:PowerShell 99.9%Language:Ruby 0.1%