How to manually capture a WIM image to the KACE SDA \PETEMP share using a command line.
Reasons for leveraging a manual WIM capture:
Below are the steps to capture the sysprepped image.
If using WinPE3, use these instructions:
1. Boot the system into KBE
2. Once at the Main Menu, click on Recovery and open a command prompt.
3. Customize this command and run it from the command prompt:
%systemdrive%\windows\system32\imagex.exe /capture /verify /compress fast C: "t:\imagestore\ImageName.wim" 'ImageName' /logfile "t:\imagestore\ImageName.log"
4. If you have any additional partitions to capture, repeat step 3 as needed.
If using WinPE4 and higher, use these instructions:
ImageX is deprecated as of Windows 8, so there are DISM commands that should be leveraged instead.
1. Boot the system into KBE
2. Once at the Main Menu, click on Recovery and open a command prompt.
3. Customize this command and run it from the command prompt:
%systemdrive%\windows\system32\dism.exe /Capture-Image /Verify /Compress fast /ImageFile:t:\imagestore\ImageName.wim /CaptureDir:C:\ /Name:"ImageName"
4. If you have any additional partitions to capture, repeat step 3 as needed.
**This option is not supported, but rather just a process to be used if a workaround is needed.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center