Scroll to bottom of page for installation/downloads
Latest updates
6.50.01
Fixed YubiKey issue that caused a trap.
6.50.00
Following Jay's lead (with many thanks), added commands to enable running GAM securely on a Google Compute Engine.
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Running-GAMADV-XTD3-securely-on-a-Google-Compute-Engine
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Using-GAMADV-XTD3-with-a-delegated-admin-service-account
Following Jay's lead (with many thanks), added commands to enable using a Yubikey.
These Wiki pages are a work in progress, contact me if you need help.
Updated handling of seats
option in gam create|update resoldsubscription
to properly assign
the API fields numberOfSeats
and maximumNumberOfSeats
.
Previously, this is how the option was processed:
- Plan name
ANNUAL_MONTHLY_PAY
orANNUAL_YEARLY_PAY
seats <NumberOfSeats>
-<NumberOfSeats>
was properly passed to the APIseats <NumberOfSeats> <MaximumNumberOfSeats>
-<NumberOfSeats>
was properly passed to the API;<MaximumNumberOfSeats>
was passed to the API which ignored it
- Plan name
FLEXIBLE
orTRIAL
seats <NumberOfSeats>
-<NumberOfSeats>
was improperly passed to the API; an API error was generatedseats <NumberOfSeats> <MaximumNumberOfSeats>
-<MaximumNumberOfSeats>
was properly passed to the API;<NumberOfSeats>
was passed to the API which ignored it
Now, you can still use the above option which has been corrected or you can specify seats <Number>
which will be properly passed in the correct form to the API based on plan name.
Hopefully fixed a bug in gam <UserTypeEntity> forward messages
that caused a trap when the subject
contained Latin-1 characters.
6.42.10
Added option accesstype public|team|announcementonly|restricted
to gam create|update group
.
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Groups#gui-api-group-access-type-settings-mapping
6.42.09
Cleaned up output in gam print crostelemetry
; fields that are lists weren't being correctly sorted by index.
6.42.08
Added additional fields to <CrOSTelemetryFieldName>
:
audiostatusreport|
bootperformancereport|
networkinfo|
networkdiagnosticsreport|
peripheralsreport|
thunderboltinfo|
networkdevices|
6.42.07
Improved gam <UserTypeEntity> create|add drivefolderpath
to allow specifying paths
as returned by gam <UserTypeEntity> print filepath
.
6.42.06
Fixed another bug in gam <UserTypeEntity> create|add drivefolderpath
that failed when
trying to build a folder hierarchy on a Shared Drive.
6.42.05
Fixed bug in gam <UserTypeEntity> create|add drivefolderpath
that failed when
trying to build a folder hierarchy on a Shared Drive.
6.42.04
Added a command that creates a folder hierarchy.
6.42.03
Updated gam <UserTypeEntity> get drivefile <DriveFileEntity> ... csvsheet <SheetEntity>
to allow
selection of the output format with format <FileFormat>
. Previously, csv
was always selected and
it is still the default. Valid formats are: csv,tsv,ods,pdf,xlsx
.
6.42.02
Added sha1checksum
and sha256checksum
to <DriveFieldName>
.
The SHA1/SHA256 checksum associated with a file, if available.
This field is only populated for files with content stored in Google Drive;
it isn't populated for Docs Editors or shortcut files.
Added option addcsvdata <FieldName> <String>
to gam <UserTypeEntity> print filelist
and
gam print ownership
. This adds additional columns of data to the CSV file output.
Get a list of a user's shortcuts
gam redirect csv ./TSShortcuts.csv user user@domain.com print filelist fields id,name,parents,shortcutdetails showmimetype gshortcut
Headers
Owner,id,name,parents,parents.0.id,parents.0.isRoot,shortcutDetails.targetId,shortcutDetails.targetMimeType
For each shortcut, get the target file information; add the shortcut id, name and parent to the output
gam redirect csv ./TSShortcutFiles.csv multiprocess csv ./TSShortcuts.csv gam user user@domain.com print filelist select "~shortcutDetails.targetId" norecursion showownedby any
fields id,name,mimetype,parents,owners.emailaddress addcsvdata shortcut.id "~id" addcsvdata shortcut.name "~name" addcsvdata shortcut.parents "~parents.0.id"
Headers
Owner,id,name,mimeType,owners,owners.0.emailAddress,parents,parents.0.id,parents.0.isRoot,shortcut.id,shortcut.name,shortcut.parents
6.42.01
Updated processing of option matchlabel <LabelName>
to replace the following characters with a -
so that the query generated will work correctly. Previously, only
(space) and /
were replaced.
&()"|{}/
6.42.00
Following Jay's lead, added commands commands to copy Google Vault and Organization Takeout data to your own GCS bucket.
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Vault-Takeout#copy-vault-exports
- See: https://github.com/taers232c/GAMADV-XTD3/wiki/Vault-Takeout#copy-a-takeout-bucket
Updated gam <UserTypeEntity> create contact
to treat the following options as errors;
previously, they were silently ignored.
addcontactgroup <ContactGroupItem>
removecontactgroup <ContactGroupItem>
Updated version number to align with Standard GAM.
Installation
If you are a first time Gam user:
If you are updating your GAMADV-XTD3 version:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD
sha256 hashes
51672276c2e24be6f5cf7cda8f878e52321efc82991d7f505a18a0c830a9a36e gamadv-xtd3-6.50.01-linux-arm64-glibc2.23.tar.xz
8411796bed5d069b992bb0f6a71ba1e7faad8fe7eee09a623d5e87e4e27db66c gamadv-xtd3-6.50.01-linux-arm64-glibc2.27.tar.xz
775ee110ce89cf5eb6a91c1c03744713a83d9d5b16656a9294d0aa19d254753f gamadv-xtd3-6.50.01-linux-arm64-glibc2.31.tar.xz
a0ae91a8b13356449dfc6730a43ff8ba2ec7fb5f5fd99d5d0f1bb360f406a29a gamadv-xtd3-6.50.01-linux-x86_64-glibc2.19.tar.xz
cfaf10e8c255eaf9941942126dcdcde12cb1563dc8fc77683aaaf36b7a93a8e1 gamadv-xtd3-6.50.01-linux-x86_64-glibc2.23.tar.xz
f9a0d4280083a2c78ce7ec8faf118370d32b505d90ac77790b84c6230ac51075 gamadv-xtd3-6.50.01-linux-x86_64-glibc2.27.tar.xz
67fadecf9020b380da37b9624168dad39e329ac4d1ca7dc1b80162acd80183a2 gamadv-xtd3-6.50.01-linux-x86_64-glibc2.31.tar.xz
5aeacb98e2283c9b8b22309ebf22bb6008371a228c797f3f33c233877a28f6fd gamadv-xtd3-6.50.01-linux-x86_64-glibc2.35.tar.xz
a887cb20726a1e6e198d782d86374bc91ee1869353067c6397803c9a82294dad gamadv-xtd3-6.50.01-linux-x86_64-legacy.tar.xz
44c89e6e09b5c8be157d0f40080ef82e96e80f61a3aa790628f7cfae296efdb5 gamadv-xtd3-6.50.01-macos-arm64.tar.xz
d13297bb233207dd501f07ff76df575a5d251191b145e7769cbc975025355acd gamadv-xtd3-6.50.01-macos-x86_64-legacy.tar
61b5bb89fab0ff23bdb308367859f5715de11270e9fcbf2e72a0ec9235512af6 gamadv-xtd3-6.50.01-macos-x86_64.tar.xz
9601100059af133f76caee6121a1ea1c96a490bbcfadfb857b12a9063f9706c5 gamadv-xtd3-6.50.01-windows-x86.msi
12e7901571c71a4727a29d56da86e909370e116d1547489383cbf477d9c39cfa gamadv-xtd3-6.50.01-windows-x86.zip
86f4768f8867cb7e85abd56dd1c20fd76e7f0584cb5ed83f2d344f1c40145c96 gamadv-xtd3-6.50.01-windows-x86_64.msi
544ff7001ee3221162eac885a51f534b1b9536b6fe489c78b62a0d517ac53d12 gamadv-xtd3-6.50.01-windows-x86_64.zip