Deploy Windows 10 and Windows Server vNext Technical Preview Using MDT 2013

1. Mount boot.wim file
Dism /Mount-Image /ImageFile:R1;D:\DeploymentShare\Operating Systems\ Technical \sources\boot.wimR1; /index:1 /MountDir:D:\offline

2. Copy the dism.exe and DISM folder from the 10 Technical boot.wim file to your share, in my case D:\DeploymentShare\\x64.

The dism.exe file and DISM folder are found in the X:\\System3 on your boot image (once booted), or D:\Offline\Windows\System32 if you just mounted the boot.wim.

3. Unmount the image|
Dism /Unmount-Image /MountDir:R1;D:\Offline” /Discard

4. Edit the Task Sequence
image image 

After copying the files, add two run command line actions to your 10 Technical and vNext task sequence after Preinstall – Enable Bitlocker (Offline)

Copy WTP dism.exe
cmd /c copy %deployroot%\tools\%architecture%\dism.exe x:\\system32\ /y

Copy WTP DISM subsystem
cmd /c copy %deployroot%\tools\%architecture%\dism\*  x:\\system3\dism /y

5. Machines

image

image

Translate »
%d bloggers like this: