Skip to content

Releases: taers232c/GAMADV-XTD3

GAM 6.03.07

02 May 13:53
caf8a3b
Compare
Choose a tag to compare

Latest updates

Updated code to properly set the values for the following Chrome Policy schema values:

  • chrome.users.SessionLength - sessionDurationLimit
  • chrome.users.BrowserSwitcherDelayDuration - browserSwitcherDelayDuration
  • chrome.users.MaxInvalidationFetchDelay - maxInvalidationFetchDelay
  • chrome.users.SecurityTokenSessionSettings - securityTokenSessionNotificationSeconds
  • chrome.users.PrintingMaxSheetsAllowed - printingMaxSheetsAllowedNullable

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.06

01 May 04:52
203974b
Compare
Choose a tag to compare

Latest updates

Added enhanced commands for displaying Chrome Policy schemas.

gam info chromeschema <SchemaName>
        <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
        [formatjson]
gam show chromeschemas
        [filter <String>]
        <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
        [formatjson]
gam print chromschemas [todrive <ToDriveAttribute>*]
        [filter <String>]
        <ChromePolicySchemaFieldName>* [fields <ChromePolicySchemaFieldNameList>]
        [[formatjson [quotechar <Character>]]

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.05

29 Apr 17:39
4efa122
Compare
Choose a tag to compare

Latest updates

Added commands to print Gmail imap/pop/language settings to CSV files.

gam <UserTypeEntity> print imap|imap4 [todrive <ToDriveAttribute>*]
gam <UserTypeEntity> print pop|pop3 [todrive <ToDriveAttribute>*]
gam <UserTypeEntity> print language [todrive <ToDriveAttribute>*]

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.04

29 Apr 00:10
b0d7e34
Compare
Choose a tag to compare

Latest updates

Added commands to display user's other contacts using the People API.

To use this feature you must add the People API to your project and authorize the appropriate scopes:

gam update project
gam user user@domain.com check serviceaccount

Added commands to display user's contact groups using the People API.

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.03

28 Apr 18:32
e126c3e
Compare
Choose a tag to compare

Latest updates

Added commands to display user's contacts using the People API.

Simplifed commands for displaying domain conatcts/profiles with the People API.

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.02

26 Apr 19:19
08657c7
Compare
Choose a tag to compare

Latest updates

Changed the time window for api_calls_rate_check from 100 seconds to 60 seconds as Google
seems to be changing quota limits to be measured over 60 seconds.

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.01

25 Apr 19:14
14d9a83
Compare
Choose a tag to compare

Latest updates

Added option showsource to gam <UserTypeEntity> print filelist countsonly that adds an additional
column Source that indicates the top level folder ID from which the counts are derived.

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.00

23 Apr 21:08
377daca
Compare
Choose a tag to compare

Latest updates

As the Contacts API is being deprecated in June, additional support for the People API has been added.
This is the first step of many required to make the transition.

The existing commands get profilephoto, print|show peopleprofile have been changed to use
Service Account Access to avoid having to make additional Directory API calls to convert the user email address to the people ID.

To use these features you must add the People API to your project and authorize the appropriate scopes:

gam update project
gam oauth create
gam user user@domain.com check serviceaccount

Following Jay's lead, added new license SKU Cloud Search.

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.02.04

18 Apr 09:29
733d252
Compare
Choose a tag to compare

Latest updates

Updated code to handle the following error:

ERROR: Authentication Token Error - Not all requested scopes were granted by the authorization server, missing scopes , https://sites.googl\
e.com/feeds, email, https://www.google.com/m8/feeds, profile.

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.02.03

15 Apr 20:28
dc0e560
Compare
Choose a tag to compare

Latest updates

Added optional argument convertalias to all commands that manipulate Gmail delegates.
If not specified, the extra API call introduced in 6.02.00 to convert potential delegate email aliases
to primary email addresses is not performed; if you specify an alias as a delegate, the command will fail.
If you know that all of the delegate email addresses are primary, you can omit convertalias and avoid the extra API calls.

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