- 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