--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/bd74bd95-241a-4938-91a5-a042a5b14cdbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAAwSNAZTMf2jmC5ScKXr_nFQGiX%3D9j2iutyhRDpFocn-6nNzMw%40mail.gmail.com.
David Walton
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAGXmKnrntk7jg2KkJEHKacgbzJoudvLiM81%2BxMLE369hwPiBMg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/ccf5f795-1b60-428b-ba4a-c018d627bea3n%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/bd74bd95-241a-4938-91a5-a042a5b14cdbn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/9ecbf61d-717d-4227-a82c-809f4f648afen%40googlegroups.com.
6.28.10
Added option `addcsvdata <FieldName> <String>` to `gam create shareddrive ... csv`. This adds
additional columns of data to the CSV file output. For example, you are building student Shared Drives
and want to add ACLs to them adding the students as organizers. By adding the student's primary email address
to the CSV output, it can be used in subsequent commands.
```
StudentSharedDrives.csv
primaryEmail,Name
b...@domain.com,Bob Jones
ma...@domain.com,Mary Smith
...
# Create the student Shared Drives
gam redirect stdout ./StudentSharedDrivesCreated.txt multiprocess redirect stderr stdout redirect csv ./StudentSharedDrivesCreated.csv multiprocess csv StudentSharedDrives.csv gam create shareddrive "~Name" csv addcsvdata primaryEmail \
"~primaryEmail"
# Add ACLs granting the students organizer access to their Shared Drives.
gam redirect stdout ./StudentSharedDrivesAccess.txt multiprocess redirect stderr stdout csv StudentSharedDrivesCreated.csv gam add drivefileacl "~id" user "~primaryEmail" role organizer
```
Ross
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAGXmKnq8aztBw5u_VhwYCcAt41RziBSL8CPPYCwvGphXavr1EA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAJkvRS8kT-o334nqhZCmW7TYcRt_pFAcR0c-LMEPVArEwn%3DK7g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAGXmKnqfiHXf_JRGYbk0JObxEDMbcATPGEKnrDSSeZnnNetkmg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CAGXmKnqfiHXf_JRGYbk0JObxEDMbcATPGEKnrDSSeZnnNetkmg%40mail.gmail.com.