Hi all,
so my final goal is to push a firmware update base on the system model. as well as implementing a Fixlet that I downloaded to patch the AMT/Vpro Situation. Please keep in mind that per intel recommendation is better to wait for the OEM to patch the firmware and then apply the patch.(Lucky for us we haven’t enable AMT just yet, so no time constrain)
So, if I use the qna I can do
q: vendor names of processors
A: GenuineIntel
A: GenuineIntel
A: GenuineIntel
A: GenuineIntel
T: 0.033 ms
But how do I get this qna and how are the translate or where are the instructions that make the qna useful so it can be translated into relevance.
Because my confusion is, if qna are one way and relevance is:
if (exists wmi) then ((string value of selects "Model from Win32_ComputerSystem" of wmi) as trimmed string as lowercase = "20fxs0fg00") else (false)
where 20fxs0fg00 = to a T460p from Lenovo
how am I supposed to know the translation here? or can both codes be imputed and then one is more effective than the other?
should I use actions over relevance for evaluation? what is the best practice? very confuse.
Well… I guess if I use Relevance in the fixlet it will show relevant computers over having to execute the script and then returning not relevant?
Also, is it better to create individual Fixlets/Task for each model. or can I cramp all in one and have it go thru the script?
also the fixlet I’m talking about is https://bigfix.me/fixlet/details/24272 <— also where is this information dropped? is this a WebReports only info? anybody at leat this one then lol
not sure if I’m making this more complicated that it needs to be.