Fool and lazy language

xiaoxiao2021-03-05  20

What is WMI? Can it help me?

Windows Management Code (Windows Management Instrument is a core Windows management technology; users can manage local and remote computers using WMI. WMI provides a continuous approach to day-to-day management through programming and scripting languages. For example, users can:

Start a process on the remote computing machine.

Set a process running at a specific date and time.

Remotely start the computer.

Get the list of installed programs for local or remote computers.

Query the Windows event log of local or remote computers.

"Instrument" in WMI specifically refers to information about the internal state of the computer, which is very similar to the status information of the car dashboard and the display engine is very similar. WMI models the disk, process, and other Windows system objects, enabling the "Indicator". These computer system objects use classes to create models such as Win32_LogicalDisk or Win32_Process; if you expect, Win32_LogicalDisk class is used to build a model of logical disk installed on your computer, and the Win32_Process class is used to establish any process that is running on your computer. These classes are based on a scalable architecture called CommON Information Model (CIM). The CIM architecture is an open standard (http://www.dmtf.org) of the Distributed Management Task Force.

WMI features include event trigger, remote call, query, view, schema user extension, indication, etc.

To learn more about WMI, visit http://msdn.microsoft.com/library/default.asp and search for keyword "About WMI".

转载请注明原文地址:https://www.9cbs.com/read-39032.html

New Post(0)