Hello,
My current GAM version is: 6.27.11
I'm having difficulty in creating a report that will show all files that are being shared with someone external to the domain (let's call this domain "test.com"), but I need to EXCLUDE any internal permissions for those files in the report. I'm getting a report from the command below, but each file listed includes all of the internal permissions too, making the CSV extremely large.
Perhaps I misunderstand the limits of this kind of report, or maybe I'm just using the wrong command? Is using one of the Python scripts going to be absolutely necessary to get the report I'm after?
Below is what I've tried as if "test.com" was my domain:
gam config auto_batch_min 1 redirect csv ./filelistperms.csv multiprocess all users print filelist fields id,title,permissions,owners.emailaddress,mimetype pm not domain test.com em
--
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/6b4d71bc-8f46-4f35-b85d-79f935195d92n%40googlegroups.com.
gam config auto_batch_min 1 redirect csv ./filelistperms.csv multiprocess all users print filelist fields id,title,permissions,owners.emailaddress,mimetype pm not domain test.com em pmfilter oneitemperrow
Ross
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/64035c75-3620-4d50-b914-ff04e07688e5n%40googlegroups.com.