Latest updates
Changed config csv_input_row_filter|csv_output_row_filter
processing of blank fields
for count<Operator><Number>
and boolean:<Boolean>
. Previously, a blank field was
always treated a mismatch; now a blank field will be interpreted as False
for <Boolean>
and 0
for <Number>
and the match test will be performed.
Added options primary
and default
to the following commands so that only the primary or default sendas is displayed
for each user in <UserTypeEntity>
rather than all sendas.
gam <UserTypeEntity> show sendas [compact|format|html]
[primary] [default] [verifyonly]
gam <UserTypeEntity> print sendas [compact]
[primary] [default] [verifyonly] [todrive <ToDriveAttribute>*]
Added options primary
and default
to the following commands
so that the primary or default signature is displayed
for each user in <UserTypeEntity>
rather than the current signature.
gam <UserTypeEntity> show signature [compact|format|html]
[primary] [default] [verifyonly]
gam <UserTypeEntity> print signature [compact]
[primary] [default] [verifyonly] [todrive <ToDriveAttribute>*]
Added option verifyonly
to the commands shown above; it causes a Boolean
to be displayed in the signature
field rather that the signature text;
this simplifies checking for users with undefined signatures.
For example, this command will display a list of users without a primary email address signature (wrapped for readability):
gam config csv_output_row_filter "signature:boolean:false" csv_output_header_filter "User,displayName,signature"
auto_batch_min 1 num_threads 10 redirect csv ./NoPrimarySignature.csv multiprocess
all users print signature primary verifyonly
Explanation:
config csv_output_row_filter "signature:boolean:false" - Output rows that indicate no signature
csv_output_header_filter "User,displayName,signature" - Output basic headers
auto_batch_min 1 num_threads 10 - Turn on parallel processing
redirect csv ./NoPrimarySignature.csv multiprocess - Intelligently combine output from all processes
all users - Process all non-suspended users
print signature primary verifyonly - Display state of primary email address signature
Installation
If you are a first time Gam user:
If you are upgrading from standard Gam
If you are upgrading from GAMADV-X or GAMADV-XTD