(imported topic written by renjulie91)
I wish to have Big Fix read a CSV file and set custom registry key
values for each machine. I have a custom registry key
HKLM/Software/SECMON with two string values, TIME and TCKT.
My CSV value would be something like this:
Workstation_Name,TIME,TCKT
WKS001,1288206261,12651
WKS002,1288218261,12652
WKS003,1288222003,12653
Is there anyway to to use relevance to walk this CVS file and create (if
not already present) and set the values for this custom registry key?