Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a wmi query to monitor file system changes.

Select * from __InstanceOperationEvent within 5 where TargetInstance isa 'CIM_LogicalFile'

It shows an error when run in wbemtest call quota violation.

Can any one help me with how to remove the quota violation error.

What I have tried:

I searched in Microsoft website about the error it showed me some steps to remove the error but i didn't work
Even after also it displayed quota violation
Posted
Updated 21-Jul-18 5:13am

1 solution

 
Share this answer
 
Comments
Member 13906075 21-Jul-18 12:15pm    
I have tried it even though it displays invalid parameter when trying to save the object
Dave Kreskowiak 21-Jul-18 14:06pm    
Well, it was something to try. This is something you're going to have to research. There probably isn't going to be someone who just walks up and goes "oh yeah, just do this and you're good".

Also, monitoring an entire drive for all file changes will quickly overwhelm whatever code you write because there is so much going on.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900