Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 5.33
GAM 5.32
GAM 5.31
- Delegate a user's Google Contacts independent of their Gmail mailbox.
- BETA: Native support for Apple Silicon M1 devices. You need to manually download and install the gam-5.31-macos-universal2-MacOS11.0.1 file. Testers wanted on both new Apple devices and Intel devices running MacOS 10.13-10.15. Please provide feedback on the discussion group.
- Fixes and improvments by Ross and Jay
GAM 5.30
- Manage Chrome browsers that are cloud enrolled. You can print information about enrolled browsers including versions, policies, profiles and extensions, move browsers between OrgUnits and delete browsers.
- Print count of messages users have under Google Vault retention using the new Counts API. This is useful for determining which Archived, Suspended or VFE uses no longer have any data under retention and can be purged to free licenses.
- The usual fixes and improvements by Ross and Jay.
GAM 5.24
- Send remote commands to Chrome OS devices to wipe users or powerwash.
gam sendcommand cros <id> command wipe_users doit
- Support for new Google Workspace licenses
- The usual fixes and improvements by Ross and Jay
GAM 5.23
- G Suite >> Workspace branding updates by @max-mathieu thanks Max!
- Support for group membership expiration
gam update cigroup <group> add member expires "2020-11-01T00:00:00Z" user [email protected]
- Support for Drive shortcuts
gam user <user> create drivefile drivefilename "My shortcut" shortcut <target file id>
- Support for Drive file content restrictions
gam user <user> update drivefile id <file id> contentrestrictions readonly true reason "Final version. Do not edit"
- The usual bug fixes and improvements by Ross and Jay
GAM 5.22
GAM 5.21
- New
gam <users> sync license <license>
command makes it simple to sync licenses based on Group, search query or local user list file. See the wiki docs for more information. - Improved service account domain-wide delegation authorization steps to align with new admin console page and simplify process.
- Many fixes and improvements from Ross and Jay
GAM 5.20
- Support for the new Cloud Identity Devices API which works with mobile and desktop devices and allows managing company-owned inventory. See wiki docs. Note, please be careful with these commands, this is a first release.
- Support for new Cloud Identity Groups APIs including ability to make security groups and non-admin group management.
- BETA: support for delegated admin service accounts (DASA) which allow service accounts to be delegated admins. See here for instructions to test DASA with GAM.
- Ross: Support for resetting users sign-in cookies and disabling 2sv for users.
- @djeckle Fix seats argument reference for resoldsubscription. (#1233)
- The usual minor fixes and improvements from Jay and Ross.
GAM 5.11
- New
csvtest
command. Simply replacegam csv
withgam csvtest
and GAM will output information about your CSV file headers and the first 10 commands from the CSV it will run. This helps in diagnosing CSV issues. - @eduardomazolini: add
group_inde
(include derived membership) when syncing groups and memberships. - drop support for Google CloudPrint commands since CloudPrint is deprecated and will be turned off at the end of year. If you still need to use CloudPrint commands, keep a copy of GAM 5.10 handy.
- switch from servicemanagement API to the serviceusage API when enabling APIs for a GAM project.
- The usual fixes and improvements from Ross and Jay.