customize MDT offline usmt capture

I'm using a standard MDT based task sequence in CM2012.  I'm running a refresh scenario, so the TS is running an offline USMT backup using hardlinking.

So, the TS runs, and my USMTCapture.log tells me the command line ran nicely.  But its defaulting to use the Migapp.xml and Migdocs.xml.  I have a custom.xml I want to add to the capture step, but since its running the cscript.exe "%deployroot%\scripts\ztiuserstate.wsf" /capture to capture the data, I'm not sure how to incorporate the option to add /i:custom.xml to the command line. 

Thinking way back to my SMS days, I think I could add this to the config.ini, but I'm not finding the documentation.  (I am still digging.)  

Is there a way to add this parameter as a TS variable?  If so, can someone tell me the variable name and syntax?

Thanks!

January 27th, 2014 3:55pm

In my SCCM TS I'm using this variable:

OSDMigrateAdditionalCaptureOptions

with the value properties:

/uel:30 /config:%_SMSTSMDataPath%\Packages\ATT00009\%PROCESSOR_ARCHITECTURE%\custom.xml

This variable is set right before the "User Data Capture" Step and it is set again right before "Restore User Data" step.

Although I'm not using SCCM with MDT integration this can probably point you in some right direction.


  • Edited by LB_3 14 hours 45 minutes ago edit
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2014 4:40pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics