The Batch Script will allow you to bulk move G Suite users to a specified Organisational Unit / Sub Organisational Unit that are located in the "BAT-AddUsersToOU.txt" file.
@ECHO OFFCLSECHO ------------------------ECHO Adding user(s) to the OUECHO ------------------------cd C:\Gam\gam update org OUName add file BAT-AddUsersToOU.txtECHO ---------------------------------ECHO Finished adding user(s) to the OUECHO ---------------------------------Pause