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

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

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

The dism.exe file and DISM folder are found in the X:\Windows\System32 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:”D:\Offline” /Discard

4. Edit the Task Sequence
image image 

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

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

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

5. Machines

image

image

Translate »
%d bloggers like this: