Does anyone know of any resources that explain the inner-workings of MDT? I'm just about at my wit's end trying to tweak our build and deploy process.
Basically here are the elements that I'm trying to get to work together:
- MDT BUILD W10 IMAGE - Settings
-- MDT to install W10 with updates as authorized by our in-house WSUS
-- MDT to install certain free software and (VLC, foxit reader, citrix plugins)
-- Basic settings for domain join set in unattend.xml via the MDT console / SIM - MDT BUILD W10 IMAGE - RUN BUILD
-- Boot VM to MDT using iso
-- Launch task sequence
-- Select option to "Prepare to capture the machine" (this puts MDT generated unattend.xml files in both %windir%\Panther and %windir%\System32\Sysprep)
-- Finalize / sysprep image by going into c:\windows\system32\sysprep and executing
--- sysprep.exe /oobe /generalize /shutdown /unattend:unattend.xml - CAPTURE IMAGE TO FOG
--Nothing to explain here.... - DEPLOY IMAGE FROM FOG (with custom scripting)
-- Based on instructions and examples
--- https://forums.fogproject.org/topic/7391/deploying-a-single-golden-image-to-different-hardware-with-fog
--- https://forums.fogproject.org/topic/7740/the-magical-mystical-fog-post-download-script
--- I'm setting timezone and ou based on our naming convention so that we can still image stuff for other sites here at the main office
When trying to deploy I keep getting errors about LTIBootstrap.vbs
If I take the references to LTIBootstrap out of the unattend file then the build process doesn't work
With almost everything working (deploy with auto-rename and auto domain-join) , MDT's auto admin logon settings don't get removed like they're supposed to...
Does anyone know what purposes are of the 2 different unattend.xml (panther vs sysprep)?
My apologies if this is rambling.... any help is appreciated