Hello,
I am trying to make a WDS setup with an unattend.xml file attached in 2 parts, 1 on boot and 1 on install.
The problem is the install unattend atm. which is supposed to be giving a specific name and then a number. eg. NAME002 - but the unattend file doesnt support the NAME%03# syntax. The WDS settings is changed to have NAME%03# and we have tried to change it a
bit around - but the unattended file does seem to overwrite the WDS setting, but since it doesn't support the NAME%03# syntax, we cant use it.
If I try to completely remove the install unattend.xml then the computers gets named correctly, but I will have to do a manual installation.
Here is a version of our unattend.xml for the installation part: http://pastebin.com/xW0brzZy
Is there some way to force the installation to take the name from the WDS server? So that the NAME%03# is supported, because disabling the option in unattend.xml file doesn't seem to work.