In an unattend.xml file I can define a computer name like this:
<ComputerName>machine01</ComputerName>
I can get the install to prompt for a computer name by removing the actual name and using this:
<ComputerName></ComputerName>
So as with sysprep.inf can I get the unattend.xml file to pick up the prestaged name using this:
<ComputerName>%machinename%</ComputerName>
If not, how can I get the newly deployed machine to pick up the name we have pre-staged it with?
Cheers everyone
Gareth

