On Jun 21, 2023, at 11:23 AM, Michael Conway <Michael...@nfiindustries.com> wrote:
I have been tasked with generating a report of the time of the first and last email sent per day for a subset of users. A poor proxy for "are you working" I guess. Any ideas short of the admin console? Thanks...
Please consider the environment before printing this e-mail.
This e-mail, including any attachments, contains information that may be privileged and confidential and subject to legal restrictions and penalties regarding its unauthorized disclosure or use. You are prohibited from disclosing, copying, distributing or otherwise using information in this e-mail if you are not the intended recipient. If you have received this e-mail in error, please notify me immediately by return e-mail or phone, and promptly delete this e-mail and all attachments from your system. Thank you!--
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/ac125678-de9d-4f56-89a2-54b1c46762b4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/2716127E-6A67-439A-A301-D7B51F792F81%40berkeley.edu.
# Auto Jay
$ gam user us...@domain.com print messages query "in:sent after:2023/06/20 before:2023/06/22" headers date
Getting all Messages for us...@domain.com
Got 2 Messages for us...@domain.com...
User,threadId,id,Date
us...@domain.com,188df62c5b260789,188df62fb60e250c,"Wed, 21 Jun 2023 21:00:00 -0700"
us...@domain.com,188df601bc6cfb01,188df604736c66b3,"Wed, 21 Jun 2023 07:00:00 -0700"
# Minimalist
$ gam user us...@domain.com print messages query "in:sent after:2023/06/20 before:2023/06/22" headers date
Getting all Messages for us...@domain.com
Got 1 Messages for us...@domain.com...
User,threadId,id,Date
us...@domain.com,188df601bc6cfb01,188df604736c66b3,"Wed, 21 Jun 2023 12:13:28 -0700"
# Slacker
$ gam user us...@domain.com print messages query "in:sent after:2023/06/20 before:2023/06/22" headers date
Getting all Messages for tests...@domain.com
Got 0 Messages for us...@domain.com...
User,threadId,id
Ross
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/CA%2BVVBp9i_a3nOJQLuVrOOTjWRnZQWfrQgEqKxS17xM9%2Bj0AUcQ%40mail.gmail.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/b4c79c0e-d2d0-46e7-9411-c1273d7ac369n%40googlegroups.com.