The technical deep-dive for migrating your enterprise.
Detailed installation & usage guides for GWMME, DMS, and GCDS.
Planning the move from Office 365.
Duration: 1-2 Weeks
Duration: 2-4 Weeks
Duration: Weekend Cutover
Google Workspace Migration for Microsoft Exchange.
GWMME is a client-side utility that runs on a Windows Server. It connects to your source environment (Exchange or O365) via EWS/IMAP and pushes data to Google via API. It handles Email, Calendar, and Contacts.
You must create a Google Cloud Project, enable the Gmail API, Calendar API, and Contacts API, and create a Service Account.
Delegate Domain-Wide Authority to the Service Account in Google Admin Console (Security > API Controls > Domain-wide Delegation).
https://mail.google.com/https://www.google.com/calendar/feeds/https://www.google.com/m8/feeds/Create a CSV file named
user_list.csv matching source to destination.
SourceEmail,DestinationEmail
john.doe@old-domain.com,john.doe@new-google-domain.com
jane.smith@old-domain.com,jane.smith@new-google-domain.com
user_list.csv.The cloud-native migration tool built into Admin Console.
DMS requires no server setup. It pulls data directly cloud-to-cloud. Ideal for specific user batches or smaller organization sizes.
Source Email, Dictionary Email, Source Password (Optional)
Syncing Active Directory users & groups.
domain-controller-hostname389 (Standard) or 636 (SSL - Recommended)CN=GCDS,CN=Users,DC=yourcorp,DC=comou=Staff,dc=corp -> /Staff.
<!-- Example GCDS User Exclusion Rule -->
<!-- Prevents GCDS from suspending your break-glass Admin account -->
<exclusionRule>
<type>USER</type>
<matchType>EXACT_MATCH</matchType>
<identifier>admin@yourdomain.com</identifier>
</exclusionRule>
Connecting legacy apps (VPN, Printers) to Google.
Secure LDAP allows your legacy applications to authenticate users against Google Workspace without Active Directory.
ldap.google.com636 (SSL)dc=yourdomain,dc=comOnly if configured incorrectly! Always run GCDS in "Simulate Sync" mode first. Check the logs for proposed deletions before applying changes.
In Google Workspace, shared mailboxes are typically converted to Google Groups (Collab Inbox) or Delegated Accounts. Groups are free; Delegated accounts consume a license.
Yes. You can set up "Dual Delivery" or "Split Delivery" in Gmail routing settings to allow some users on O365 and others on Google during the transition.