Hi guys.. I use thick images at my workplace because we don't have the infrastructure to do wds, lite or zt installs.. we've been using ghost forever
I am trying to have windows 8 ask me for a computer name and join a specified domain.. the way i did it before was using MySysprep2 with the variables <computer>% input pc name%</computer> on my unattended, but it looks like MSP2 does not work with windows 8 ..
does anyone have an alternative that will allow me to input the pc name before joining an existing domain?
needless to say i also have this on my xml file:
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Identification>
<Credentials>
<Domain>student.local</Domain>
<Password>something</Password>
<Username>domainjoinaccount</Username>
</Credentials>
<JoinDomain>student.local</JoinDomain>
<MachineObjectOU>OU=WorkStations,DC=STUDENT,DC=LOCAL</MachineObjectOU>
<DebugJoin>true</DebugJoin>
</Identification>
thank you for your time.