Scripts handy for admining G Suite domains and organizations
- If Python isn't installed on your computer, download and install Miniconda
- download this repository to your computer (either via Git or download and extract the Zip file)
- setup this program
cd gsuite-utils pip install -e .
A certain organization with G Suite "mydomain.org" has an Excel spreadsheet from HR Dept. with certain columns when they add new users in bulk. G Suite wants a specially formatted CSV file.
- convert the HR spreadsheet to G Suite CSV
python bulk_useradd.py newusers.py newusers.csv mydomain.org hash password_length
- upload
newusers.csv
to G Suite via Bulk User Add