brink668 Posted October 31, 2012 Report post Posted October 31, 2012 I need to find the following variable (last characters changed) that is located in the registry and need to create a report or collection if any machines have this value in it. What would be the best way of doing this? Has anyone done this before or have any scripts that can pull this information? Would it be easier to create a program to perform a search through the registry and if it's successful to post it's computer name as a text file to a specific open shared folder (not sure if this is possible, sure it is not even sure how to do it just thinking..) Computer\HKEY_Local_Machine\Software\Policies\Microsoft\SystemCertificates\Root\Certificates\AY600DXAIEJANENUEE Thanks, Quote Share this post Link to post Share on other sites More sharing options...
Mikey C Posted October 31, 2012 Report post Posted October 31, 2012 If you want the SCCM client to inventory that key, this is the page that contains all the information you need to edit your sms_def.mof http://www.myitforum.com/myitwiki/SCCMINV.ashx That may be a bit drastic for a one off key though! how about something along the lines of reg query HKEY_Local_Machine\Software\Policies\Microsoft\SystemCertificates\Root\Certificates > \\server\share\%computername%filename.txt Quote Share this post Link to post Share on other sites More sharing options...
brink668 Posted October 31, 2012 Report post Posted October 31, 2012 Thanks, for the resource will check it out. Quote Share this post Link to post Share on other sites More sharing options...