(imported topic written by BenUK77791)
Hello,
I’d like to be able to identify machines that have virus definitions older than a day.
I’ve found the corresponding registry key which contains a date. However I’m not quite sure how to convert the output into a date format and then compile some relevance around being less than a day. Any assistance appreciated.
q: if exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs” whose (exists value “NAVCORP_70” of it)of registry then following text of last “” of (value “NAVCORP_70” of key “HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs” of registry as string) else (“Not present”)
A: 20090211.048
Thanks,
Ben.