Skip to content

Releases: GAM-team/GAM

GAM 7.32.02

21 Jan 19:07
Immutable release. Only release title and notes can be modified.
613cae9

Choose a tag to compare

  • 7.32.02

Added variable oauth2_txt_lock_mode to gam.cfg, the default is 644 and valid values are: 644, 664, 666.
This value is used to set the file permissions on the oauth2.txt.lock file. In very special cases where
daemon processes, e.g. Apache/httpd, are running GAM, the value 666 may have to be used.

GAM 7.32.01

19 Jan 05:47
Immutable release. Only release title and notes can be modified.
3ddef79

Choose a tag to compare

  • 7.32.01

Added option (addcsvdata <FieldName> <String>)* to gam <CrOSTypeEntity> issuecommand command <CrOSCommand> csv
and gam <CrOSTypeEntity> getcommand commandid <CommandID> csv that adds additional columns of data to the CSV file output.

  • 7.32.00

Added option verifyallowexternal to gam print cigroup-members|group-members that causes
GAM to only display external members in groups with `allowExternalMembers=False'.
This option can be used to help verify that internal-only groups don't have external members.

Updated option internaldomains for the following commands:

gam info|print groups
gam print|show group-members
gam info|print cigroups
gam print|show cigroup-members
gam <UserTypeEntity> print|show filesharecounts

Which domains are considered internal domains:

  • internaldomains all - All of your workspace domains; this is the default
  • internaldomains primary - Your workspace primary domain
  • internaldomains <DomainNameList> - A list of domain names

Added option csv to gam <CrOSTypeEntity> issuecommand command <CrOSCommand>
and gam <CrOSTypeEntity> getcommand commandid <CommandID> so that command details are displayed in CSV format.
This can be used to log commands issued to devices and then monitor the results.

Added option filemimetype category <MimeTypeNameList> to gam <UserTypeEntity> copy drivefile to support
copying of files based on their MimeType category.

Added option attendeeslist to gam calendars <CalendarEntity> print events and gam <UserTypeEntity> print events
that causes GAM to display the attendee email addresses in a single column attendeesList; no attendee details
are displayed. The email addresses are separated by csv_output_field_delimiter from gam.cfg.

Fixed bug in gam sendemail ... replyto <EmailAddress> that caused a message delivery error if
<EmailAddress> did not include a domain name.

Added support for users's chat sections.

GAM 7.32.00

18 Jan 18:05
Immutable release. Only release title and notes can be modified.
bb54fd1

Choose a tag to compare

7.32.00

Added option verifyallowexternal to gam print cigroup-members|group-members that causes
GAM to only display external members in groups with `allowExternalMembers=False'.
This option can be used to help verify that internal-only groups don't have external members.

Updated option internaldomains for the following commands:

gam info|print groups
gam print|show group-members
gam info|print cigroups
gam print|show cigroup-members
gam <UserTypeEntity> print|show filesharecounts

Which domains are considered internal domains:

  • internaldomains all - All of your workspace domains; this is the default
  • internaldomains primary - Your workspace primary domain
  • internaldomains <DomainNameList> - A list of domain names

Added option csv to gam <CrOSTypeEntity> issuecommand command <CrOSCommand>
and gam <CrOSTypeEntity> getcommand commandid <CommandID> so that command details are displayed in CSV format.
This can be used to log commands issued to devices and then monitor the results.

Added option filemimetype category <MimeTypeNameList> to gam <UserTypeEntity> copy drivefile to support
copying of files based on their MimeType category.

Added option attendeeslist to gam calendars <CalendarEntity> print events and gam <UserTypeEntity> print events
that causes GAM to display the attendee email addresses in a single column attendeesList; no attendee details
are displayed. The email addresses are separated by csv_output_field_delimiter from gam.cfg.

Fixed bug in gam sendemail ... replyto <EmailAddress> that caused a message delivery error if
<EmailAddress> did not include a domain name.

Added support for users's chat sections.

GAM 7.31.06

15 Jan 01:19
Immutable release. Only release title and notes can be modified.
d588f7a

Choose a tag to compare

  • 7.31.06

Added option batchsize <Integer> to gam calendar <CalendarEntity> delete|purge events and
gam <UserTypeEntity> delete|purge events <UserCalendarEntity> that causes GAM to delete events
with batch API calls rather than with individual API calls.

GAM 7.31.05

13 Jan 00:16
Immutable release. Only release title and notes can be modified.
ac14037

Choose a tag to compare

  • 7.31.05

Added option variables <RESearchPattern> to gam select section <SectionName> verify and gam config verify
that causes GAM to only display variables with names selected by <RESearchPattern>.

gam select School verify variables "^(customer|domain)"
Section: School
  customer_id = C03abc123
  domain = school.edu

gam config verify variables  'dir'
Section: DEFAULT
  cache_dir = ~/GamConfig/gamcache ; /Users/gamteam/GamConfig/gamcache
  config_dir = ~/GamConfig ; /Users/gamteam/GamConfig
  drive_dir = ~/GamWork ; /Users/gamteam/GamWork
  gmail_cse_incert_dir = ~/GmailCSE/Certs ; /Users/gamteam/GmailCSE/Certs
  gmail_cse_inkey_dir = ~/GmailCSE/Keys ; /Users/gamteam/GmailCSE/Keys
  input_dir = .

GAM 7.31.04

09 Jan 17:34
Immutable release. Only release title and notes can be modified.
5401041

Choose a tag to compare

  • 7.31.04

Fixed bug in gam report admin|chrome that caused to events to not be displayed.

Updated gam <UserTypeEntity> print|show messages|threads ... query <QueryGmail> to display the query.

GAM 7.31.03

08 Jan 20:50
Immutable release. Only release title and notes can be modified.
8b4e381

Choose a tag to compare

  • 7.31.03

Due to the following Calendar API update, the gam <UserTypeEntity> transfer calendars command has been removed.

GAM 7.31.02

08 Jan 02:05
Immutable release. Only release title and notes can be modified.
a8f9fb7

Choose a tag to compare

  • 7.31.02

Added the following options to gam <UserTypeEntity> copy drivefile
to limit copying to those files owned by selected users.

  • copysubfilesownedby users <EmailAddressList> - Only files owned by users in <EmailAddressList> are copied.
  • copysubfilesownedby notusers <EmailAddressList> - Only files not owned by users in <EmailAddressList> are copied.
  • copysubfilesownedby regex <REMatchPattern> - Only files owned by users whose email addresses match <REMatchPattern> are copied.
  • copysubfilesownedby notregex <REMatchPattern> - Only files owned by users whose email addresses do not match <REMatchPattern> are copied.

GAM 7.31.01

30 Dec 23:54
Immutable release. Only release title and notes can be modified.
0109e9b

Choose a tag to compare

  • 7.31.01

Code cleanup for addcsvdata <FieldName> <String>.

GAM 7.31.00

29 Dec 04:49
Immutable release. Only release title and notes can be modified.
5b62fcb

Choose a tag to compare

  • 7.31.00

Fixed bug in gam report chrome (user <UserItem>)|(select <UserTypeEntity>) where no activities were returned.
report chrome does not use the parameter userKey=<EmailAddress> as do other applications but requires
parameter filter DEVICE_USER==<EmailAddress>.

Updated gam report admin (user <UserItem>)|(select <UserTypeEntity>) to use parameter filter USER_EMAIL==<EmailAddress>
to display activiities affecting the user <EmailAddress>. Use option userisactor to use the parameter userKey=<EmailAddress>
that displays activities where user <EmailAddress> executed the command that generated the activity.

Fixed bug in gam print cros|filelist|users ... (addcsvdata <FieldName> <String>)+ formatjson where the addcsvdata columns
were not displayed but the additional field values were included in the JSON data. Now, the addcsvdata columns
are displayed but the additional field values are only included in the JSON data when option includdecsvdatainjson is specified.

Added option addcsvdata <FieldName> <String> to gam <UserTypeEntity> print cigroups|groups
that adds additional columns of data to the CSV file output.

Added option addcsvdata <FieldName> <String> to gam <UserTypeEntity> print cigroupmembere|group-members
that adds additional columns of data to the CSV file output.