All
I have the below WMI Notification Query on winodws 2000, it runs but sends the resources crazy and appears to be searching through ALL files. Does anyone know how I can modify this to run more efficently?
Any help much appreciated!!
select * from __InstanceCreationEvent within 10 where TargetInstance isa "CIM_DataFile" and TargetInstance.Drive="C:" and TargetInstance.Path="\\Testfolder\\" and TargetInstance.FileSize=0
I have the below WMI Notification Query on winodws 2000, it runs but sends the resources crazy and appears to be searching through ALL files. Does anyone know how I can modify this to run more efficently?
Any help much appreciated!!
select * from __InstanceCreationEvent within 10 where TargetInstance isa "CIM_DataFile" and TargetInstance.Drive="C:" and TargetInstance.Path="\\Testfolder\\" and TargetInstance.FileSize=0