Releases: taers232c/GAMADV-XTD3
GAM 6.03.09
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
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
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
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
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
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:
People API - Other Contacts - read only
: https://www.googleapis.com/auth/contacts.other.readonly
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
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
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
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
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:
Client Access
-People Directory API - read only
.Service Account Access
People Directory API - read only
: https://www.googleapis.com/auth/directory.readonlyOAuth2 API
: https://www.googleapis.com/auth/userinfo.profile
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