I can do something like this: ./gam print users fullname lastlogintime ou and print out a list of all of our users and their last login time, and include their ou.
Something like this: ./gam report users filter "accounts:is_2sv_enrolled==true" gets me a report of all users that have enrolled in 2-Step verification.
What I can't figure out how to do is to get both 2-Step verification status and the user's ou into the same report. accounts:is_2sv_enrolled doesn't seem to be a field that gam print can deal with and ou doesn't seem to be something that gam report can deal with.
Can anyone tell me of a way to get both in the same report without having to run both a gam print and a gam report command and then write code or make a spreadsheet that could combine the two?