Hey guys for what it's worth I got this working for me using this custom
script for our infrastructure. !/bin/sh function main() { user=$(scutil
--get ComputerName)@email.com userdir="/Users"echo
"C42_USERNAME=${user}"echo "C42_USER_HOME=${userdir} }...