8000 Releases · GAM-team/GAM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: GAM-team/GAM

GAM 7.08.02

02 Jun 20:57
9d34771
Compare
Choose a tag to compare
  • 7.08.02

Updated the defaults in gam print shareddriveorganizers to match the most common use case, not the script.

  • domainlist - The workspace primary domain
  • includetypes - user
  • oneorganizer - True
  • shownoorganizerdrives - True
  • includefileorganizers - 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

01 Jun 16:34
47f6dfc
Compare
Choose a tag to compare
  • 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

01 Jun 01:12
3006d8d
Compare
Choose a tag to compare
  • 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 domains
  • includetypes - user,group
  • oneorganizer - False
  • shownoorganizerdrives - True
  • includefileorganizers - 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

30 May 13:56
a95da4e
Compare
Choose a tag to compare
  • 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

30 May 01:17
fce8704
Compare
Choose a tag to compare
  • 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

28 May 22:19
e636a69
Compare
Choose a tag to compare
  • 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

28 May 16:29
e82bacc
Compare
Choose a tag to compare
  • 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

28 May 02:30
575fdea
Compare
Choose a tag to compare
  • 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

26 May 20:15
3925166
Compare
Choose a tag to compare
  • 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

24 May 04:08
a677390
Compare
Choose a tag to compare
  • 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

0