Windows Management Instrumentation(WMI)

来源:互联网 发布:知盈医学课堂手机版 编辑:程序博客网 时间:2024/05/01 16:26

Purpose

 

Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems. You can write WMI scripts or applications to automate administrative tasks on remote computers but WMI also supplies management data to other parts of the operating system and products, for example System Center Operations Manager, formerly Microsoft Operations Manager (MOM), or Windows Remote Management (WinRM).

Where Applicable

 

WMI can be used in all Windows-based applications, and is most useful in enterprise applications and administrative scripts.

System administrators can find information about using WMI at the TechNet ScriptCenter, and in various books about WMI. For more information, see Further Information.

Developer Audience

 

WMI is designed for programmers who use C/C++, the Microsoft Visual Basic application, or a scripting language that has an engine on Windows and handles Microsoft ActiveX objects. While some familiarity with COM programming is helpful, C++ developers who are writing applications can find good examples for getting started at Creating a WMI Application Using C++.

To develop managed code providers or applications in C# or Visual Basic .NET using the .NET Framework, see WMI in .NET Framework.

The WMI Software Developer Kit (SDK) is available as a download that includes documentation at the Download Center. The WMI Redistributable Components version 1.0 file, is required only for Windows 2000 or Windows 98 and is available to download at the same location.

WMI functionality introduced in the Windows 2000 Professional Service Pack 2 (SP2) operating system is also available to earlier operating systems by downloading the .NET Framework SDK, and the .NET Framework Redistributable. These can be obtained at http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx.

 

From Microsoft MSDN, Link:

http://msdn2.microsoft.com/en-us/library/aa394582(VS.85).aspx

Installed Applications Classes, See:

http://msdn2.microsoft.com/en-us/library/aa390887(VS.85).aspx 

.NET Framework Developer's Guide

Managing Applications Using WMI See:

http://msdn2.microsoft.com/en-us/library/aa720264.aspx

 

原创粉丝点击