Here is a summary of how to capture an image for the Deployment Workbench.
- Boot the system to be captured and use the sysprep tool.
- Boot the system from either the CD or PXE boot and choose command prompt from the menu.
- Run diskpart at the command prompt.
- list volume # Check the volume of the disk you are imaging to get the correct drive letter
- exit #leave diskpart
- net use u: \\g212win2012r2\DeploymentShare$ # Capture network drive to place image in. You will need to adjust based on your server name and deployment share. This is using the default share created by MDT. Use domain name in the username.
- dism /Capture-Image /CaptureDir:D:\ /ImageFile:U:\Captures\TestImage.wim /Name:”TestImage”
- Import captured OS in the Deployment Workbench
- Create new task
- Boot from CD or PXE to install your newly capture image to another system