Allow more flexibility in host naming more than static text + number increment.
For example we have a host naming convention like this
SSSTXXXXXXX
Where
SSS = Storage location (3 characters that match computer site OU)
T = Workstation type (D == Desktop, P==Portable/Laptop, T==Tablet)
XXXXXXX = Computer asset tag/serial number
Somewhere I had a hack for FOG 0.32 that allowed me to create this naming structure (but that was circa 2007). I tried to apply the same logic to FOG 1.0 and failed.
As an interim solution I can set the hostname in the unattend.xml file using postinstall scripts, but then I loose out on many of the functions of FOG 1.x. One being that the machine names remain the mac address not the actual asset tag, because FOG is not aware that I’m setting the host name outside of FOG.
Ideally I’d like to be able to set the hostname dynamically (programatically) through the registration process and not have to key the proper name into the system. I will still need to be able to edit the host name in the registration process if we build systems at site A but have the target computers delivered to sales office B.