I have some machines that need a registry hack and the only way to know which ones do is check the event log for a specific id and desscription. At this point, I don't have any event log monitoring in place for desktops.
It may be a neat feature for future versions if you could create configuration groups based upon criteria in an event log.Lumpy
You can get information from the event log using VBScript and write that to a INI file, then build a rule to check the INI file created.
On this link you will find information about acessing the event log.http://computerperformance.co.uk/vbscript/vbscript_file_eventlog.htm
___Rui Paz