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>
 
Back
Top