Skip to content

Releases: GAM-team/GAM

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.

GAM 7.30.05

24 Dec 20:12
Immutable release. Only release title and notes can be modified.
0e393e0

Choose a tag to compare

  • 7.30.05

Added option gmaileventtypes <NumberRangeList> to gam report gmail that can be used to limit the event types displayed.

<NumberRange> ::= <Number>|(<Number>/<Number>)
<NumberRangeList> ::= "<NumberRange>(,<NumberRange>)*"

gam report gmail user user@domain.com gmaileventtypes 1,10/11

Updated sorting of column headers in gam report <ActivityApplicationName>.

GAM 7.30.04

23 Dec 23:18
Immutable release. Only release title and notes can be modified.
677f683

Choose a tag to compare

  • 7.30.04

Updated gam report gmail to avoid the following error when incomplete start/end time information is provided.

ERROR: Invalid request: Start time and end time should both be provided, and the scan duration should not be greater than 30 days.
  • No time information provided - GAM sets range -30d today
  • Only start <Time> provided - GAM sets end <Time>+30d
  • Only end <Time> provided - GAM sets start <Time>-30d

GAM 7.30.03

20 Dec 20:00
Immutable release. Only release title and notes can be modified.
53c9544

Choose a tag to compare

  • 7.30.03

Updated gam report <ActivityApplicationName> to reflect the changes described here:

Added option resourcedetailsfilter <String> to gam report <ActivityApplicationName> described here:

For gam <UserTypeEntity> print <Objects>, expanded the list of <Objects> covered by gam.cfg csv_output_users_audit = True.

GAM 7.30.02

18 Dec 18:26
Immutable release. Only release title and notes can be modified.
0d4e568

Choose a tag to compare

  • 7.30.02

Added option conferencedata meet <MeetID> to <EventAttribute> that allows specifying
a reference to an existing Google Meet when creating/updating a calendar event.

Upgraded to Python 3.14.2.