WMI reference

  • Thread starter Thread starter NetworkElf
  • Start date Start date
N

NetworkElf

It looks as if I'm going to be using WMI quite a bit in the near fututre.
I'm wondering what reference and reading materials people here have found
useful. All suggestions appreciated.

thanks,

ne.
 
NetworkElf said:
It looks as if I'm going to be using WMI quite a bit in the near fututre.
I'm wondering what reference and reading materials people here have found
useful. All suggestions appreciated.

The chapters in the MSDN Library about WMI, especially the WMI classes
('Win32_*'), and the 'System.Management' namespace in the .NET Framework's
class library.
 
While it's not directly related to .Net, you should also download
Scriptomatic (got it from MS somewhere). I find it very helpful to figure
out what properties are available and return what values. I'm sure you can
find it with Google.

Matt
 
md said:
While it's not directly related to .Net, you should also download
Scriptomatic (got it from MS somewhere). I find it very helpful to figure
out what properties are available and return what values. I'm sure you can
find it with Google.

Matt

ScriptomaticV2
<http://www.microsoft.com/downloads/...42-648B-4119-B7EB-783B0F7D1178&displaylang=en>

The IMHO more interesting WMICodeCreator:
<http://www.microsoft.com/downloads/...64-ea15-4661-8da4-55bbc145c30e&displaylang=en>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

WMI & .NET Framework 2
WMI query 8
WMI Enumeration of remote shares 3
How to Cancel a WMI Query 9
What all can I get from WMI? 3
performance counter and WMI 2
Get WMI Data using aspx 2
WMI question 2

Back
Top