Hello all,
I've been using the following command to run audits on forwardingaddresses in the domain:
gam config csv_output_row_filter "'forwardTo:regex:$DOMAIN_FILTER'" all users print forwardingaddresses todrive
This command takes an exceptional amount of time to run though, so for the purposes of testing and tuning, I'd like to be able to specify a specific OU. Is there a simple way to narrow it in such a way, or do I have to start doing redirect/piping stuff?
If the latter, could I get a bit of help on that? I'm still embarrassingly bad at understanding/using the redirect syntax.
Thanks in advance