Dummies and lazy languages

Source: Internet
Author: User
What is WMI and what can it do for me?

Windows Management Instrumentation is a core windows management technology. You can use WMI to manage local and remote computers. WMI provides a continuous and consistent approach for daily management through programming and scripting languages. For example, you can:

Start a process on a remote computer.

Set a process that runs on a specific date and time.

Start the computer remotely.

Obtain the list of installed programs on the local or remote computer.

Query Windows event logs of local or remote computers.

In WMI, "Instrumentation" means that WMI can obtain information about the computer's internal status, which is very similar to the status information obtained from the car dashboard and displayed on the engine. WMI models disks, processes, and other Windows system objects to implement the "indication" function. These Computer System Objects use classes to create models, suchWin32_logicaldiskOrWin32_processAs expected, the win32_logicaldisk class is used to create a model for a Logical Disk installed on a computer. The win32_process class is used to create a model for any process running on a computer. These classes are based on a scalable architecture named Common Information Model (CIM. CIM architecture is a public standard (Http://www.dmtf.org).

WMI features include event triggering, remote calling, querying, viewing, architecture user scaling, and instructions.

For more information about WMI, visitHttp://msdn.microsoft.com/library/default.aspSearch for the keyword "about WMI ".

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.