Migrating Google Drive content into Microsoft 365 OneDrive is an important step in a user migration between tenants. In this video I show you exactly how this can be done. I go through the following items.
Setup of the Google Drive API's to allow access for the MigrationWiz tool
Configuration of the App Delegation needed for MigrationWiz to access the M365 system and write the data into the OneDrive's for each user
Setup of the MigrationWiz console and the setup of the project
Add the users in for the migration
Perform a Pre-Stage migration of the data
Perform a Full migration and check for errors
Lastly, remove the App Delegation via the AzureAD PowerShell cmdlet to cleanup the migration process
As mentioned in the video, I promised to add the useful links in to the description so you can access them easily. Here you go.
BitTitan Help Center Page - https://help.bittitan.com/hc/en-us/ar...
Source API Scopes for the Google Cloud Project
https://www.googleapis.com/auth/admin..., https://www.googleapis.com/auth/admin..., https://www.googleapis.com/auth/drive...
URL for adding MigrationWiz App Delegation in the Target Tenant
https://login.microsoftonline.com/com...
Cleanup Process
Connect-AzureAD
Get-AzureADServicePrincipal -Searchstring Migration
Remove-AzureADServicePrincipal -objectid 'objectid'
Thanks for watching and please remember to subscribe to the channel
https://youtube.com/thecloudgeezer?su...
Mark - The Cloud Geezer