Contents
1. 참고링크 [Bottom] [Top]
Windows Management Instrumentation http://msdn.microsoft.com/en-us/library/aa394582.aspx
Creating a WMI Application Using C++ http://msdn.microsoft.com/en-us/library/aa389762%28VS.85%29.aspx
WMI Reference http://msdn.microsoft.com/en-us/library/aa394572%28VS.85%29.aspx
- WMI Scripting Tools and Utilities
- This world-famous tool writes WMI scripts so you don’t have to. Produces scripts in VBScript, Perl, Python, and JScript. Also provides numerous output formats for running scripts, from plain text to Web page to XML.
- The WMI Code Creator tool allows you to generate VBScript, C#, and VB .NET code that uses WMI to complete a management task such as querying for management data, executing a method from a WMI class, or receiving event notifications using WMI.
