i am trying to create a reference Computer and then sysprep to use to deploy. I have a Standard Task sequence to install the OS and Some applications
I am using MDT 6.3.8456.1000 with ADK 10.1.22000.1. this is a new install . everything runs fine until Sysprep runs and then it fails this is from the BDD.LOG also attached
I boot the machine from a USB disk connected to the deployment share and run the wizard . In the wizard i tell it to capture and sysprep. after the machine install all the apps i see it writting a file to the dployment share and then the machine reboots . I keep the usb drive in the machine to boot off it and i see the task continues , but sysprep fails immediate
If I don't choose sysprep and capture and run sysprep from the windows \system 32 folder it run fine 241973-bdd.log
<![LOG[About to run command: X:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /quit /unattend:X:\windows\system32\sysprep\unattend.xml]LOG]!><time="08:53:25.000+000" date="09-16-2022" component="LTISysprep" context="" type="1" thread="" file="LTISysprep">
<![LOG[ZTI ERROR - Unhandled error returned by LTISysprep: The system cannot find the file specified.
(-2147024894 0x80070002)]LOG]!><time="08:53:25.000+000" date="09-16-2022" component="LTISysprep" context="" type="3" thread="" file="LTISysprep">
i checked this location and the sysprep.exe file is not there , so I'm guessing that's why its failing