Releases: GAM-team/GAM
GAM 7.08.02
- 7.08.02
Updated the defaults in gam print shareddriveorganizers
to match the most common use case, not the script.
domainlist
- The workspace primary domainincludetypes
- useroneorganizer
- Trueshownoorganizerdrives
- Trueincludefileorganizers
- False
To select organizers from any domain, use: domainlist ""
These commands produce the same result.
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers
See Update History
GAM 7.08.01
- 7.08.01
Added option shareddrives (<SharedDriveIDList>|(select <FileSelector>|<CSVFileSelector>))
to
gam print shareddriveorganizers
that displays organizers for a specific list of Shared Drive IDs.
See: https://github.com/GAM-team/GAM/wiki/Shared-Drives#display-sh 8000 ared-drive-organizers
See Update History
GAM 7.08.00
- 7.08.00
Added the following command that can be used instead of the GetTeamDriveOrganizers.py
script.
gam [<UserTypeEntity>] print shareddriveorganizers [todrive <ToDriveAttribute>*]
[adminaccess|asadmin] [shareddriveadminquery|query <QuerySharedDrive>]
[orgunit|org|ou <OrgUnitPath>]
[matchname <REMatchPattern>]
[domainlist <DomainList>]
[includetypes <OrganizerTypeList>]
[oneorganizer [<Boolean>]]
[shownorganizerdrives [false|true|only]]
[includefileorganizers [<Boolean>]]
[delimiter <Character>]
The command defaults match the script defaults:
domainlist
- All domainsincludetypes
- user,grouponeorganizer
- Falseshownoorganizerdrives
- Trueincludefileorganizers
- False
For example, to get a single user organizer from your domain for all Shared Drives including no organizer drives:
gam redirect csv ./TeamDriveOrganizers.csv print shareddriveorganizers domainlist mydomain.com includetypes user oneorganizer shownoorganizerdrives
See Update History
GAM 7.07.17
- 7.07.17
Added option oneuserperrow
to gam print devices
to have each of a
device's users displayed on a separate row with all of the other device fields.
See Update History
GAM 7.07.16
- 7.07.16
Added chromeostype
, diskspaceusage
and faninfo
to <CrOSFieldName>
for use in gam info|print cros
.
Fixed bugs/cleaned output in gam info|print cros
.
See Update History
GAM 7.07.15
- 7.07.15
Added option shareddrivesoption included|included_if_account_is_not_a_member|not_included
to gam create vaultexport
.
The previous option includeshareddrives <Boolean>
is mapped as follows:
includeshareddrives false
-shareddrivesoption included_if_account_is_not_a_member
includeshareddrives true
-shareddrivesoption included
See Update History
GAM 7.07.14
- 7.07.14
Update gam setup chat
output to include the following that shows the actual Cloud Pub/Sub Topic Name.
You'll use projects/<ProjectID>/topics/no-topic in Connection settings Cloud Pub/Sub Topic Name
See Update History
GAM 7.07.13
- 7.07.13
Added option showitemcountonly
to gam [<UserTypeEntity>] print|show shareddrives
that causes GAM to display the
number of Shared Drives on stdout; no CSV file is written.
See Update History
GAM 7.07.12
- 7.07.12
Fixed bug in gam print|show oushareddrives
that caused a trap.
Improved getting Shared Drive names from IDs when accessing Shared Drives in external workspaces.
See Update History
GAM 7.07.11
- 7.07.11
Updated gam calendars <CalendarEntity> update events
and gam <UserTypeEntity> update events <UserCalendarEntity>
to handle the following error:
ERROR: 400: badRequest - Bad Request
Updated gam <UserTypeEntity> move drivefile
to handle the following error:
ERROR: 400: shareOutNotPermitted
See Update History