After upgrading from MDT 2010 to MDT 2012 the domain join feature is broken.
Because I use MDT to deploy to several different domains I used the unattend.xml option to join to the domain, the cs.ini option is not viable because of the multiple domain issue.
I checked the log files and if I read the log files correctly the ZTIConfigure script removes the Microsoft-Windows-UnattendedJoin from the unattend.xml for some reason.
BDD.log
<![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/MachineObjectOU from C:\MININT\Unattend.xml because the value was blank.]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure"
context="" type="1" thread="" file="ZTIConfigure">
<![LOG[Updated C:\MININT\Unattend.xml with JoinWorkgroup=WORKGROUP (value was )]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure" context="" type="1" thread="" file="ZTIConfigure">
<![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/JoinDomain entry from C:\MININT\Unattend.xml]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure" context="" type="1"
thread="" file="ZTIConfigure">
<![LOG[Removed //settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/Credentials entry from C:\MININT\Unattend.xml]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure" context="" type="1"
thread="" file="ZTIConfigure">
<![LOG[//settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/Credentials/Username not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure"
context="" type="1" thread="" file="ZTIConfigure">
<![LOG[//settings[@pass="specialize"]/component[@name="Microsoft-Windows-UnattendedJoin"]/Identification/Credentials/Domain not found in C:\MININT\Unattend.xml, unable to update.]LOG]!><time="16:20:09.000+000" date="07-17-2012" component="ZTIConfigure"
context="" type="1" thread="" file="ZTIConfigure">
Is there a fix for this?
Thanks,
Michiel