i dont use ztitatoo but I do use reg keys and task sequence variables to tatoo the core image type
where customer is the name of the company, %OSName2% is the selected task sequence image from an available drop down of 3, and %_SMSTSMEDIATYPE% is the type of deployment cmd /c reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Customer" /v CoreImageVersion /t REG_SZ /d "%OSName2%" /f & cmd /c reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Customer" /v DeployType /t REG_SZ /d %_SMSTSMEDIATYPE% /f On Thu, Sep 25, 2014 at 3:48 PM, Marcum, John <[email protected]> wrote: > Is it possible to add a ConfigMgr task sequence name and task sequence > version to the Deployment4 registry key or is this reserved only for MDT > task sequences? If it is possible how do I do it? Mine are always blank. > > > > > > > * ------------------------------ * > > * John Marcum* > > MCITP, MCTS, MCSA > * Desktop Architect* > > * Bradley Arant Boult Cummings LLP* > * ------------------------------ * > > [image: mms] > > [image: H_Logo] > > > > ------------------------------ > > Confidentiality Notice: This e-mail is from a law firm and may be > protected by the attorney-client or work product privileges. If you have > received this message in error, please notify the sender by replying to > this e-mail and then delete it from your computer. >
