Jump to content

Recommended Posts

Posted

Hi guys,

Trying to use SCCM to create a complete backup of a machine in WinPE at the start of a task sequence. I’ve managed to do this previously with WinXP machines and Configmgr 2007, but now we’ve upgraded to Configmgr 1802 and trying to backup Win10 machines, the same method doesn’t seem to work.

 

I’ve integrated MDT into SCCM and following this guide: which is along the same lines as with WinXP backup.

However, the TS errors our with the following from the ZTIBackup log:

 

About to run command: "C:\_SMSTaskSequence\WDPackage\Servicing\x64\dism.exe" /Capture-Image /CaptureDir:C: /ImageFile:"\\\.wim" /Name:"201905172105CDrive" /Compress:MAX /ConfigFile:"C:\_SMSTaskSequence\WDPackage\Tools\\wimscript.ini" /ScratchDir:"C:\_SMSTaskSequence\Scratch" ZTIBackup 17/05/2019 21:05:23 0 (0x0000)

Command has been started (process ID 1960) ZTIBackup 17/05/2019 21:05:23 0 (0x0000)

Console > Deployment Image Servicing and Management tool ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Console > Version: 10.0.17134.1 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Console > Error: 2 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Console > The system cannot find the file specified. ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Console > The DISM log file can be found at X:\windows\Logs\DISM\dism.log ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Return code from command = 2 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

Error creating an image of drive C:, rc = 2 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

ZTIBackup COMPLETED. Return Value = 2 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

ZTI ERROR - Non-zero return code by ZTIBackup, rc = 2 ZTIBackup 17/05/2019 21:05:24 0 (0x0000)

 

Not sure which file it apparently can’t find, and I’ve confirmed the account does have rights to save to the specified location. So at a bit of a loss. Has anyone seen this before and know how to get around it? Or is there another perhaps better way to create a backup of a PC from TS?

 

Thanks for any help.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...