Skip to content

Releases: taers232c/GAMADV-XTD3

GAM 6.03.09

03 May 23:35
74f585e
Compare
Choose a tag to compare

Latest updates

Added command to print Chrome policies.

gam print chromepolicies [todrive <ToDriveAttribute>*]
        [filter <String>]
        ou|org|orgunit <OrgUnitItem> [(printerid <PrinterID>)|(appid <AppID>)]
        [[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.08

02 May 23:47
d2a68f2
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.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 [email protected] 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 [email protected] 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