I am running into issues naming the workstation during my task sequence using the OSDComputername collection variable. I am prompted to define the OSDComputername variable before the task sequence kicks off but it doesn't appear to be passing through. Any help would be greatly appreciated. Let me know what other information would be helpful in locating the problem.
I attempted to follow http://www.windows-noob.com/forums/index.php?/topic/569-how-can-i-deploy-windows-xp-sp3-using-sccm-2007-sp1-part-1/ as closing as possibe.
See attached image for screen shots of Task Sequence, OSDComputerName Variable and SMSTS log file
Here is my Unattend.txt:
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
[GuiUnattended]
AdminPassword=0d805d535f585b992eb5aab0d86ed91e1df416cc8ead7d8199dd37515074da8a
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[userData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="Company Name"
OrgName="Company Name"
ComputerName=
[identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes