gam config auto_batch_min 1 num_threads 10 redirect csv ./OuFilesCreatedInTimeWindow.csv multiprocess sortheaders Owner,createdTime redirect stderr - multiprocess ou /Staff print filelist fields id,name,mimetype,createdtime query "createdTime >= '2025-03-01T00:00:00Z' and createdTime <= '2025-05-31T00:00:00Z'"
# config auto_batch_min 1 num_threads 10 - Turn on parallel processing
# redirect csv ./OuFilesCreatedInTimeWindow.csv multiprocess sortheaders Owner,createdTime - Output file
# redirect stderr - multiprocess - Clean progress messages
# ou /Staff - Replace with actual OU
# print filelist fields id,name,mimetype,createdtime - Add additional fields as desired
# query "createdTime >= '2025-03-01T00:00:00Z' and createdTime <= '2025-05-31T00:00:00Z'" - Used actual start and end times
Ross
On Mar 3, 2026, at 12:34 PM, 'Gary Beamer' via GAM for Google Workspace <google-ap...@googlegroups.com> wrote:
Hello,I am looking for the specific command to show me all documents created within a certain OU and within a specific time frame. Everything I have tried is not working. Could someone provide me that code or point me in the right direction?
--
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/8d24919a-4c57-4c63-b4a5-b0a81d16630fn%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/520505e1-a78b-49f9-9864-c0f9b2af4f27n%40googlegroups.com.