github taers232c/GAMADV-XTD3 v6.32.00
GAM 6.32.00

latest releases: v7.00.03, v7.00.02, v7.00.01...
19 months ago

Scroll to bottom of page for installation/downloads

Latest updates

6.32.00

Added option oneitemperrow to gam <UserTypeEntity> print filelist to have each of a
files permissions displayed on a separate row with all of the other file fields. This produces
a CSV file that can be used in subsequent commands without further script processing.

Added option pmfilter to gam <UserTypeEntity> print filelist that is used in conjunction
with permission matching. By default, permission matching simply selects which files to display,
all ACLS are displayed. With pmfilter, only the ACLs that match are displayed.

6.31.09

Updated gam gam <UserTypeEntity> create label <String>, gam <UserTypeEntity> create labellist <LabelNameEntity>
and gam <UserTypeEntity> update labelsettings <LabelName> to expand the choices for label colors.

<ColorHex> ::= "#<Hex><Hex><Hex><Hex><Hex><Hex>"
<LabelColorHex> ::=
        #000000|#076239|#0b804b|#149e60|#16a766|#1a764d|#1c4587|#285bac|
        #2a9c68|#3c78d8|#3dc789|#41236d|#434343|#43d692|#44b984|#4a86e8|
        #653e9b|#666666|#68dfa9|#6d9eeb|#822111|#83334c|#89d3b2|#8e63ce|
        #999999|#a0eac9|#a46a21|#a479e2|#a4c2f4|#aa8831|#ac2b16|#b65775|
        #b694e8|#b9e4d0|#c6f3de|#c9daf8|#cc3a21|#cccccc|#cf8933|#d0bcf1|
        #d5ae49|#e07798|#e4d7f5|#e66550|#eaa041|#efa093|#efefef|#f2c960|
        #f3f3f3|#f691b3|#f6c5be|#f7a7c0|#fad165|#fb4c2f|#fbc8d9|#fcda83|
        #fcdee8|#fce8b3|#fef1d1|#ffad47|#ffbc6b|#ffd6a2|#ffe6c7|#ffffff
<LabelBackgroundColorHex> ::=
        #16a765|#2da2bb|#42d692|#4986e7|#98d7e4|#a2dcc1|
        #b3efd3|#b6cff5|#b99aff|#c2c2c2|#cca6ac|#e3d7ff|
        #e7e7e7|#ebdbde|#f2b2a8|#f691b2|#fb4c2f|#fbd3e0|
        #fbe983|#fdedc1|#ff7537|#ffad46|#ffc8af|#ffdeb5
<LabelTextColorHex> ::=
        #04502e|#094228|#0b4f30|#0d3472|#0d3b44|#3d188e|
        #464646|#594c05|#662e37|#684e07|#711a36|#7a2e0b|
        #7a4706|#8a1c0a|#994a64|#ffffff

backgroundcolor "<LabelColorHex>|<LabelBackgroundColorHex>|custom:<ColorHex>"
textcolor "<LabelColorHex>|<LabelTextColorHex>|custom:<ColorHex>"

6.31.08

Updated csv_output_header_force variable in gam.cfg that is a list of <Strings>
to be the exact list of headers to be included in the CSV file written by a gam print command.
This might be used when the CSV file data is to be uploaded into a database
and some headers may not be present in the output but must be included for the upload to work.

6.31.07

Added csv_output_header_force variable to gam.cfg that is a list of <Strings>
that are forced for inclusion in the CSV file written by a gam print command.
This might be used when the CSV file data is to be uploaded into a database
and some headers may not be present in the output but must be included for the upload to work.

6.31.06

Added support for new ChromeOS device fields:

<CrOSFieldName> ::=
        deprovisionreason|
        firstenrollmenttime|
        lastdeprovisiontimestamp|

6.31.05

Google can return an error Internal error on API calls; by default, GAM retries these API calls an additional 9 times
for a total of 10 tries. In some cases, determined by experience, the additional retries are unlikely to succeed and
GAM performs 1 additional retry rather than 9 for a total of 2 tries.

Added bail_on_internal_error_tries variable to gam.cfg that is used by GAM to control
the total number of tries for these API calls; Google seems to be sending this error when it is very busy.
The default value is 2 and values from 1 to 10 are allowed.
This is a rare event, this is an experiment to see if retrying these errors more times leads to success.

6.31.04

Added commands to display Chrome Devices Needing Attention counts.

gam print chromeneedsattn [todrive <ToDriveAttribute>*]
        [(ou <OrgUnitItem>)|(ou_and_children <OrgUnitItem>)|
         (ous <OrgUnitList>)|(ous_and_children <OrgUnitList>)]
        [formatjson [quotechar <Character>]]
gam show chromeneedsattn
        [(ou <OrgUnitItem>)|(ou_and_children <OrgUnitItem>)|
         (ous <OrgUnitList>)|(ous_and_children <OrgUnitList>)]
        [formatjson]

6.31.03

Added commands to display Chrome Auto Update Expiration counts.

gam print chromeaues [todrive <ToDriveAttribute>*]
        [(ou <OrgUnitItem>)|(ou_and_children <OrgUnitItem>)|
         (ous <OrgUnitList>)|(ous_and_children <OrgUnitList>)]
        [minauedate <Date>] [maxauedate <Date>]
        [formatjson [quotechar <Character>]]
gam show chromeaues
        [(ou <OrgUnitItem>)|(ou_and_children <OrgUnitItem>)|
         (ous <OrgUnitList>)|(ous_and_children <OrgUnitList>)]
        [minauedate <Date>] [maxauedate <Date>]
        [formatjson]

6.31.02

Updated gam <UserTypeEntity> vacation to process (replace <Tag> <String>)* in the subject.

6.31.01

Added option nofile to gam <UserTypeEntity> get photo|profilephoto that causes GAM to suppress
writing the photo data to a file. This would typicically be used when you are capturing the photo data
written to stdout.

6.31.00

Added retry_api_service_not_available variable to gam.cfg that is used to have GAM retry
Service not applicable errors on API calls; Google seems to be sending this error when it is very busy.
This is a rare event, this is an experiment to see if GAM can identify these errors and retry them.

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

9b0e16dbb0b02c28958e4ce441b1cf15a8da4ba946446c73dd9805918bf68179  gamadv-xtd3-6.32.00-linux-arm64-glibc2.23.tar.xz
834648728ba2d10c85b4d1377181cb4405f4f805d725113cd77898beff4da891  gamadv-xtd3-6.32.00-linux-arm64-glibc2.27.tar.xz
1779223ab625ea58fa81a1d0fc2d62e4b510183891534ccbb3b05a423df85020  gamadv-xtd3-6.32.00-linux-arm64-glibc2.31.tar.xz
2ef827a9961ab3c02a337c5760079b643b49bc9292e3fe760ef56ce1031677e3  gamadv-xtd3-6.32.00-linux-x86_64-glibc2.19.tar.xz
519371b838a9f3c63f7bc77163e4619a0d04f163bd260013b135492364366ad2  gamadv-xtd3-6.32.00-linux-x86_64-glibc2.23.tar.xz
1b49abb87e3fea5702bd81ae80f976089d4af93865ed09a863b865174f967b0b  gamadv-xtd3-6.32.00-linux-x86_64-glibc2.27.tar.xz
3caa0168b67f72d6b6cf3d4ade6b29f6706256f9236841a06a6f3a5a6b0eccde  gamadv-xtd3-6.32.00-linux-x86_64-glibc2.31.tar.xz
72b0c67576c437233a7ae9f3f64563b6691bf5c0abf8ec06a1dc23af2618b21b  gamadv-xtd3-6.32.00-linux-x86_64-glibc2.35.tar.xz
9165ef844f659c7c12908f5fb2fb750da96991116ba46eeed3dcd4db531b0dc1  gamadv-xtd3-6.32.00-linux-x86_64-legacy.tar.xz
edbcba1ce9bf7717865e3cb1c0b012b1564871138e822cb77e0bab3a52eaceb5  gamadv-xtd3-6.32.00-macos-arm64.tar.xz
660a9a8d54e17feddba6236a275bcf639500ad2e4f2c5c20e31bb1f1164e0256  gamadv-xtd3-6.32.00-macos-x86_64-legacy.tar
88391bb3ef354a9c40cff9a7b3184ee2eb475b67898fd86b3a82b8f74252bff6  gamadv-xtd3-6.32.00-macos-x86_64.tar.xz
c4daf4c74a17e1a07d0b04b663e29a0c2f979eff16120bd398cf1d4944c19576  gamadv-xtd3-6.32.00-windows-x86.msi
36cc69642c06017e1b6cc1bdd9701c972125299a963e41bf0c8f01d9a044e17f  gamadv-xtd3-6.32.00-windows-x86.zip
97ec62faeb682f5b936251de332bc1d4a561e196d5ba92dde3e411e774fa5d38  gamadv-xtd3-6.32.00-windows-x86_64.msi

Don't miss a new GAMADV-XTD3 release

NewReleases is sending notifications on new releases.