gam redirect csv "*path*\GAM-Output.csv" multiprocess redirect stderr - multiprocess csv "*path*\GAM-Input.csv" gam print users query "givenName='~FIRST' familyName='~LAST'" fields primaryEmail
--
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 visit https://groups.google.com/d/msgid/google-apps-manager/c1daf485-c1d6-4193-b1ab-e4196a333940n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/04161311-d11e-4af2-a68b-2d1743527135n%40googlegroups.com.
Did your commands outout like this?
$ gam print users query "givenName='Test' familyName='Simple'" fields primaryemail
Getting all Users that match query (query="givenName='Test' familyName='Simple'"), may take some time on a large Google Workspace Account...
Got 1 User: tests...@domain.com - tests...@domain.com
primaryEmail
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/04161311-d11e-4af2-a68b-2d1743527135n%40googlegroups.com.
gam redirect csv "*path*\GAM-Output.csv" multiprocess redirect stderr - multiprocess csv "*path*\GAM-Input.csv" gam print users query "givenName='~~FIRST~~' familyName='~~LAST~~" fields primaryEmail
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/04161311-d11e-4af2-a68b-2d1743527135n%40googlegroups.com.