Okay, that’s easy to do.

First, of course you need to decide what specific information you want to store 
in the Registry and where you want to store it.  I would store it under 
HKLM\System so you don’t have to deal with Registry redirection between 32bit 
and 64bit builds.

Second, once you know what you want to track you can start to look at how you 
can collect that data.  For example, if you want the name of the build task 
sequence you can look to the task sequence variables “_SMSTSPackageName” and 
the sequence ID “_SMSTSPackageID”.  SCCM already collects that and does the 
work for you.  Other things you will need to collect yourself with a script, 
such as the start date/time and finish date/time, username of the tech 
building, and assign them to your own task sequence variables.

Finally, at the end of the build you would write the task sequence variables to 
the Registry and you’re done.

That is how we do it.

Mike




From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On 
Behalf Of Kevin Ray
Sent: Wednesday, March 8, 2017 2:11 PM
To: mssms <mssms@lists.myitforum.com>
Subject: Re: [mssms] Adding Customized Branding /Tattoo to Image

Yes Mike

On Wed, Mar 8, 2017 at 1:56 PM, Marable, Mike 
<mmara...@med.umich.edu<mailto:mmara...@med.umich.edu>> wrote:
Hi Kevin,

Are you looking to write keys into the Registry to track things like when the 
machine was built, the task sequence name and ID?

Something like this:

[cid:image001.png@01D29817.B6B5C040]



From: listsad...@lists.myitforum.com<mailto:listsad...@lists.myitforum.com> 
[mailto:listsad...@lists.myitforum.com<mailto:listsad...@lists.myitforum.com>] 
On Behalf Of Kevin Ray
Sent: Wednesday, March 8, 2017 1:25 PM
To: mssms <mssms@lists.myitforum.com<mailto:mssms@lists.myitforum.com>>
Subject: Re: [mssms] Adding Customized Branding /Tattoo to Image

any help

On Tue, Mar 7, 2017 at 11:08 AM, Kevin Ray 
<kevinalive...@gmail.com<mailto:kevinalive...@gmail.com>> wrote:
Hi All,

I have captured my windows10 image(.wim file) with MDT includes custum all 
required applications.

I would like to do further more enhancement while depploying in SCCM with 
adding Custumized Branding /Tatto

Like Custumed registry where it should capture basic things like installation 
date,time,user,Task sequence ID,Build number etc.

Any help for quick references /guide




**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues



**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be 
used for urgent or sensitive issues 

Reply via email to