How to use the WMI classes "Win32_LogicalFileAuditing" and "Win32_SecuritySet
I am not able to use the above WMI classes directly to get the required data.
so can anyone tell me how to use those classes to get the required data?
You can download the WMI SDK from MSDN, lots of information there.
When I used WMI I have had to look at some of the scripts on MSDN and convert them, looked on some of the other sites I have used and none mention or make use of these classes.
Really neat tool from MS web site called WMICodeCreator, you just set language, select Class then you get a choice of class properties, select one and the code appears in the text window ready to cut and paste. It does more...