Skip to content

Releases: taers232c/GAMADV-XTD3

GAM 6.03.26

28 May 02:46
ce9de93
Compare
Choose a tag to compare

Latest updates

Updated the following commands to allow selection of archived users from a source group.

gam update group add|delete|update|sync
gam update cigroups add|delete|update|sync

See: https://github.com/taers232c/GAMADV-XTD3/wiki/Groups-Membership
See: https://github.com/taers232c/GAMADV-XTD3/wiki/Cloud-Identity-Groups-Membership

Updated the following command to allow selection of archived users to be cleared.

gam update group clear

See: https://github.com/taers232c/GAMADV-XTD3/wiki/Groups-Membership

Updated the following commands to allow selection of archived users for display.

gam info group
gam print groups
gam print group-members

See: https://github.com/taers232c/GAMADV-XTD3/wiki/Groups

Added new option to <UserTypeEntity> that allows selection of group members based on their archived status.

group_users_select <GroupList>
       [members] [managers] [owners]
       [notsuspended|suspended] [notarchived|archived]
       [primarydomain] [domains <DomainNameList>] [recursive|includederivedmembership] end

See: https://github.com/taers232c/GAMADV-XTD3/wiki/Collections-of-Users#selected-users-from-groups

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.25

25 May 22:09
125ed8c
Compare
Choose a tag to compare

Latest updates

Updated gam create project to handle Google change that causes the following error:

ERROR: 403: Permission iam.serviceAccountKeys.create is required to perform this operation on service account

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.24

24 May 17:12
51afce3
Compare
Choose a tag to compare

Latest updates

Added option showdetails to gam <UserTypeEntity> create drivefile that adds the
parent folder ID and MIME type to the output.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.23

24 May 10:04
bc6e494
Compare
Choose a tag to compare

Latest updates

Updated <BrowserFieldName>:

  • Added deviceidentifiershistory
  • Removed installedbrowserversion

Updated gam print browsers to avoid token expiration and minimize memory usage.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.22

22 May 16:54
0edcbb9
Compare
Choose a tag to compare

Latest updates

Fixed bug in gam <UserTypeEntity> update drivefile where the options retainname | (newfilename <DriveFileName>)
were ignored if they appeared after option localfile <FileName>; the options can now appear in any order.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.21

21 May 23:25
5a6947b
Compare
Choose a tag to compare

Latest updates

Updated the processing of <UserTypeEntity> to minimize memory usage when getting users directly in an OU.

ou|ou_ns|ou_susp <OrgUnitItem>
ous|ous_ns|ous_susp <OrgUnitList>

Updated gam [<UserTypeEntity>] create|update teamdrive <Name> ... customtheme <DriveFileID> <Float> <Float> <Float>
to better handle errors.

Updated gam [<UserTypeEntity>] create teamdrive <Name> to output the name of the newly created
Team Drive in addition to its ID.

$ gam user [email protected] create teamdrive Test
User: [email protected], Shared Drive Name: Test, Shared Drive ID: 0ALHCDtCDTx_4Uk9PVA, Created

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.20

20 May 19:40
a55a518
Compare
Choose a tag to compare

Latest updates

Updated gam <UserTypeEntity> print filelist select <DriveFileEntity> to display progress
messages as it recurses through the folder tree.

Updated gam <UserTypeEntity> print filelist select <DriveFileEntity> norecursion to
retrieve the selected folder without retrieving its direct children which aren't going to be displayed.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.19

18 May 22:28
d7cf5c7
Compare
Choose a tag to compare

Latest updates

Added option showattachments [attachmentnamepattern <RegularExpression>] to
gam <UserTypeEntity> print messages|threads. This adds the column Attachments
that shows the number of attachments and columns Attachments.n.name and Attachments.n.mimeType
that show the attachment names and MIME types.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.18

18 May 13:13
87d6dd5
Compare
Choose a tag to compare

Latest updates

Added commands to delete specific domain contacts and user's contacts using the People API.

gam delete domaincontacts <PeopleResourceNameEntity>
gam <UserTypeEntity> delete peoplecontacts <PeopleResourceNameEntity>

Updated various google libraries.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD

GAM 6.03.17

17 May 00:22
17cd69f
Compare
Choose a tag to compare

Latest updates

Corrected 6.03.16 code fix to avoid trap on Windows when doing the following:

gam config debug_level 1 redirect stdout foo.txt multiprocess ..

It fixed the trap but disabled the redirect.

Installation

If you are a first time Gam user:

If you are upgrading from standard Gam

If you are upgrading from GAMADV-X or GAMADV-XTD