Hi Folks,
I've been banging my head against a brick wall with this for days now.
It may seem odd, but the way I work with images and MDT is to have a single captured image that I tinker with, I capture that with DISM ++ and then reboot that image and sysprep and capture that with MDT. The reasoning behind is that I always have a non-sysprepped image to work from.
I've managed to create a task sequence to do the capture only in MDT, but what I'm trying to do is roll all three steps into one. Start a capture, reboot into PE to capture, reboot back into Windows, start sysprep and reboot into PE to capture that with "- Sysprepped" on the end.
How do I get the task sequence to reboot into Windows? When I put a Restart Computer task in, it just reboots back into PE and then fails the task.
What am I missing?