Skip to content

isabella232/create-service-account

 
 

Repository files navigation

Create Service Account for Google Workspace Migration Products

Getting Started

These scripts are designed to automate the steps needed to create a service account for use with Google Workspace migration & sync products. They are meant to be executed within a Google Cloud Shell. The scripts generate a service account's private key JSON file which can then be provided to the migration or sync tool. The scripts automate the following:

  • Creates a GCP project
  • Enables APIs
  • Creates a service account
  • Authorizes the service account
  • Creates and downloads a service account key

In order to run these scripts, you must be a Google Workspace Super Administrator. The script that you execute will depend on which tool you are using. To get started, first select the tool that you are planning to use.

Google Workspace Migration for Microsoft Exchange (GWMME)

To create an authorized service account for Google Workspace Migration for Microsoft Exchange, copy and paste the command below in Cloud Shell.

  1. Open Cloud Shell
  2. Copy and paste the following command into Cloud Shell and press Enter.
python3 <(curl -s -S -L https://git.io/gwmme-create-service-account)

Google Workspace Migrate (GWM)

To create an authorized service account for Google Workspace Migration, copy and paste the command below in Cloud Shell.

  1. Open Cloud Shell
  2. Copy and paste the following command into Cloud Shell and press Enter.
python3 <(curl -s -S -L https://git.io/gwm-create-service-account)

Password Sync

To create an authorized service account for Password Sync, copy and paste the command below in Cloud Shell.

  1. Open Cloud Shell
  2. Copy and paste the following command into Cloud Shell and press Enter.
python3 <(curl -s -S -L https://git.io/password-sync-create-service-account)

This is not an officially supported Google product.

About

Scripts to automate the creation of service accounts for Google Workspace migration products

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%