I have to check DAT updates on a massive group of servers.
I am looking for a command line tool that will retrieve the DAT version currently installed so that I can use a script to do the whole lot. Any ideas?
Build a Server list into a text file such as srv.lst and then using a NT/2000 resource kits regdmp.exe, such like
c:\>FOR /F "tokens=1" %i in (srv.lst) do regdmp -m %i "HKEY_LOCAL_MACHINE\SOFTWARE\Network Associates\TVD\Shared Components\VirusScan Engine\4.0.xx" | find /i "szDatVersion", would quickly help to find out the version of data. regards
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.