I'm trying to find a decent way to keep track of which systems are staying up to date with their mcafee updates. What I would like to do is have a simple batch file that can be ran on each machine which scans a registry key and simply exports the key value back to a text file with some indicator of what machine it came from.
what I would like to see is something like this:
$computername$: 4.0.4307
$computername2$: 4.0.4304
the key that it needs to read is:
HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx\szDatVersion
if someone could help me out with the reading the registry part or point me in the direction of a good tutorial on performing these kinds of operations (I didn't find anything good while googling for a solution)I would greatly appreciate it 0_o
what I would like to see is something like this:
$computername$: 4.0.4307
$computername2$: 4.0.4304
the key that it needs to read is:
HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx\szDatVersion
if someone could help me out with the reading the registry part or point me in the direction of a good tutorial on performing these kinds of operations (I didn't find anything good while googling for a solution)I would greatly appreciate it 0_o