MSP: Detecting virus scanner version

MSP: Detecting virus scanner version

OpManager MSP edition can scan a server and tell you what Virus Scanner is installed in that machine. By default TrendMicro, Norton, F-Secure etc can be detected. If you want to extend this capability and make it scan other virus scanners you can edit the file.

This is what one of our MSP customers, David Jacobson, did to make it scan his Symantec.
strKeyPath = "SOFTWARE\Symantec\Common Client"
strKey = "version"
objReg.GetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strKey,strValue
if strcomp(strValue,"")=1 then
WScript.Echo "Product : Symantec Antivirus"
WScript.Echo "Version : " & strValue
end if







Hope this is useful to others too. Thanks David for sharing this with us.

Regards
Dev







                  New to ADSelfService Plus?