Have you patched MAU before? Version reporting for MAU is done with an
EA and your computers would have to run a recon before they can become
eligible for the patch.
we have this to grab the last 7 of the serial for computer naming
purposes # Set a variable with the last 7 digits of SN
last7sn=`/usr/sbin/system_profiler SPHardwareDataType | awk '/Serial/ {
print $NF }' | tail -c 8`