If I understood you question correctly, You need to capture your existing computer as a wim image to a network location to deploy it later. If you are looking for a manual solution, you may follow the following:
1. Create a sysprep unattend xml file. (Use WAIK sysptem image manager to generate one) and save it to your local computer. (required if you need to avoid "Mini setup" screens)
2. Sysprep the computer using the command:
%systemroot%\system32\sysp
3. Boot with MDT Boot CD,
4. Press "F8" to open a fresh Command window, Create a mapped network share to your network location, where you want to store your image, using, "Net Use" command. (say "T" Drive)
4. CD to MDT's Tools section, ie, Z:\tools\x86 (Normally MDT maps "Z" as distribution share)
5. Run the imagex command to capture the image.:
imagex.exe /capture /compress maximum <DriveLetter of Source> T:\backup.wim "Windows 7" /flags Enterprise
The copied wim can be deployed using MDT later, using "Custom Image Import" method.
Main Topics
Browse All Topics





by: tbsgadiPosted on 2009-09-02 at 23:36:00ID: 25248274
Hi jaybird283,
.com.ar/20 09/02/02/m icrosoft- d eployment- toolkit-20 10-beta-1- using-mdt- to-prepare -install- a nd-capture -customize d-windows- 7-images-p art-iii/
Have a look at the following:
http://blog.augustoalvarez
Good Luck!
Gary