DigiBen Posted January 26, 2017 Posted January 26, 2017 I hope someone can help out with this. MDT was working great at a school, I could do a capture of an image, it would save to the server, and then I was able to deploy that image out. I have come to try to do another capture (on a fresh windows 10 installation, nothing on it just to test), I can select the capture task sequence, it goes through set image build, set imageflags, set phase, configure, and then goes off. And it even runs the cleanup script because the drive map becomes unmapped. The mdt deployment share has had permissions set to everyone=full to narrow down whats gone wrong, the network drive is mapped as a domain admin to rule that out too. I'm not sure if anyone can follow this, but I have atached the log file. It seems to close with no errors, so what could it be? smsts.txt
Matty94 Posted January 26, 2017 Posted January 26, 2017 Take it you were able to capture a Windows 10 image before?
mullet_man Posted January 27, 2017 Posted January 27, 2017 Have you updated to the latest version of MDT 8443? There is a bug with the capture step, workaround is posted here https://social.technet.microsoft.com/Forums/en-US/e4418f2d-cf0b-4a76-8f2d-8f776d004c24/capture-image-is-missing-from-mdt-8443?forum=mdt The fix work for me.
DigiBen Posted January 27, 2017 Author Posted January 27, 2017 Thanks mullet_man! That post thread is exactly what I needed!! I couldnt find: If (oTS.SelectSingleNode("//step[@type=BDD_InstallOS]") is nothing) and (oTS.SelectSingleNode("//step[@type=BDD_UpgradeOS]") is nothing) then In the ztiutility.vbs file at all to change, which I thought was very odd. But I did see later in the thread they mentioned that if you have "joindomain=" specified, capture doesnt work? Well I commented out that line and guess what? IT WORKS!!! I dont get why this line is causing an issue, it never used to! Rather than starting a new thread, does anyone have an issue that after the imaging completes, Windows 10 doesnt automatically rejoin the domain? I have to do it manually....
mullet_man Posted January 27, 2017 Posted January 27, 2017 Haha glad it's sorted DigiBen. Yeah that was me on that thread about the joindomain took me days to work it out haha. I've not had that issue before with Win10 are you adding in the domain during the wizard when imaging? Do you get any yellow warnings?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now