Can anyone see an issue with the WMI querybelow? Im looking to monitor for when a particular Process is detected...
select * from __InstanceCreationEvent within 30 where
TargetInstance ISA ‘win32_process’ and TaregetInstance.Name = ‘notepad.exe’
The above WMI query doesent seem to fire correctly at the moment, any help mucho appreciated
Kind Regards
Andrew
select * from __InstanceCreationEvent within 30 where
TargetInstance ISA ‘win32_process’ and TaregetInstance.Name = ‘notepad.exe’
The above WMI query doesent seem to fire correctly at the moment, any help mucho appreciated
Kind Regards
Andrew