使用 Microsoft 登入
登入或建立帳戶。
您好:
選取其他帳戶。
您有多個帳戶
選擇您要用來登入的帳戶。
英文
很抱歉,此文章目前沒有您所使用語言的版本。

Summary

The versions of Windows that are listed at the beginning of this article include a command-line utility (Wmic.exe) to access Windows Management Instrumentation (WMI). Previously, an end user would generally write a script to gather information by means of WMI. Wmic.exe can only be used by the local system administrators regardless of WMI namespace permissions on the local machine.

More Information

When you run the Wmic.exe utility for the first time, the utility compiles its .mof files into the repository. To save time during Windows installation, this operation takes place as necessary.

At a command prompt, type: wmic, and an interactive-mode prompt "wmic:root\cli" is displayed. For help, type: /?.


Some examples of commands are:

  • process where (processid>300) list brief:

    This command requests the computer to list all the processes on specified computers where the ProcessID is greater than 300, and at the same time list only the minimum information on these processes.

  • /node:(computer1),(computer2),(computer3)

    This command requests the computer to add to the list of nodes from which you want to retrieve information. This command, however, is subject to all WMI security measures, such as, namespace security.

  • path win32_processor get maxclockspeed

    This command, provided that you know the WMI class, can specify an instance and retrieve properties or call on a defined method.

For additional information about WMI, see the following Microsoft Web site:

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

需要更多協助嗎?

想要其他選項嗎?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

這項資訊有幫助嗎?

以下何者是您會在意的事項?
按下 [提交] 後,您的意見反應將用來改善 Microsoft 產品與服務。 您的 IT 管理員將能夠收集這些資料。 隱私權聲明。

感謝您的意見反應!

×