I am trying to pull the value for my anti-virus DAT out of the following location:
HKLM\SOFTWARE\Network Associates\TVD\VirusScan Enterprise\CurrentVersion
The data I'm trying to get is from a value called szVirDefVer. For some reason I can structure the query to get ALL the values from the CurrentVersion key (there's about 20 of them, ouch) if I hit it as shown above (no additional slashes or astrisks for subkeys) but if I add szVirDefVer to the end of it I get nothing no matter how many value names I include.
Is there a way for me to retrieve just the one value? I normally wouldn't mind filtering the results to get the extra values out but there are 1000+ machines for me to query.
Thanks!
HKLM\SOFTWARE\Network Associates\TVD\VirusScan Enterprise\CurrentVersion
The data I'm trying to get is from a value called szVirDefVer. For some reason I can structure the query to get ALL the values from the CurrentVersion key (there's about 20 of them, ouch) if I hit it as shown above (no additional slashes or astrisks for subkeys) but if I add szVirDefVer to the end of it I get nothing no matter how many value names I include.
Is there a way for me to retrieve just the one value? I normally wouldn't mind filtering the results to get the extra values out but there are 1000+ machines for me to query.
Thanks!
Comment