Network Driver Version

Hi All,

Is there any relevance to get the “network adaptor driver version”

$120BB9254B732224

Thanks,
Nagaraj,

You could always look through existing threads, like this one, that is similar in approach to what you’re wanting to achieve.

1 Like

hi @mwolff

Thanks for your update,

I have checked the below relevance,

(values “DriverVersion” of it, values “DriverDesc” of it, values “*IfType” of it, values “*MediaType” of it, values “*PhysicalMediaType” of it) of keys whose (true) of keys “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4d36e972-e325-11ce-bfc1-08002be10318}” of native registry

So I am getting the below snip result,

is there any possible to get the marked one driver name and driver version (only network adaptor info )

Thanks,

Yes, you would just remove the relevance statements for the properties you don’t want.

So for example, if you don’t want the PhysicalMediaType value, you just remove that piece of relevance from the statement.

Each "values "x" of it, is a separate statement that you can just remove. If this confuses you, I would strongly recommend signing up for an IBM class on writing relevance, as the point of entry to any new language can be a difficult barrier to overcome and relevance is no exception.

1 Like

I was used now below relevance

(values “DriverVersion” of it) of keys whose (true) of keys “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4d36e972-e325-11ce-bfc1-08002be10318}” of native registry

and getting the output like below

A: 6.1.7601.17514
A: 6.1.7601.17514
A: 6.1.7601.17514
A: 6.1.7601.17514
A: 6.1.7601.17514
A: 6.1.7601.17514
A: 6.1.7601.17514
A: 61.72.104.11000
A: 6.1.7601.17514
A: 6.1.7600.16385
A: 6.1.7601.17514
A: 6.1.7600.16385
A: 7.2.0.6401
A: 6.1.7600.16385
T: 0.462 ms

would we get like this value (A: 61.72.104.11000) only ?, this value for nic card driver version

Thanks,

You need to change the whose (true) to whose(whatever filter you want).
That filter could be based on the providername, interface types, or whatever.

1 Like