WMI Technology Introduction and application--querying hardware information

Source: Internet
Author: User

Query to get the ID of the disk where the system disk resides
TRUE


How do I use WMI to query the hard drive serial number of the system disk?
0

How do I use WMI to query the interface type of the hard disk on which the system disk resides?
0

How do I use WMI to query the name of the hard disk on which the system disk resides?
0
How do I use WMI to query the size of the hard disk on which the system disk resides?
0
How do I use WMI to query the motherboard's serial number?
From Win32_baseboard

How do I use WMI to query the BIOS's serial number?
From Win32_BIOS
How do I use WMI to query the BIOS vendor?
From Win32_BIOS
How do I use WMI to query the BIOS version number?
From Win32_BIOS

How do I use WMI to query memory information?
From Win32_memorydevice

//How do I use WMI to query the monitor's resolution?
SELECT screenheightFrom Win32_DesktopMonitor

How do I use WMI to query the screen refresh rate?
SELECT displayfrequency from win32_displayconfiguration

How do I use WMI to query the active NIC MAC address?
SELECT MACAddressFrom win32_networkadapter WHERE netenabled = ' TRUE '

How do I use WMI to query the CPU's serial number?
SELECT ProcessoridFrom Win32_Processor

How do I use WMI to query the name of a CPU?
SELECT Name from win32_processor

How do I use WMI queries with several physical cores and several logical cores?
SELECT numberofcores,numberoflogicalprocessorsFrom Win32_Processor

How can I use WMI to determine whether the current system is a 32-bit system or a 64-bit system?
SELECT addresswidthFrom Win32_Processor

How do I get the CPU architecture using WMI?
SELECT ArchitectureFrom Win32_Processor

How do I use WMI to query CPU FSB?
SELECT ExtclockFrom Win32_Processor

How do I use WMI to query the CPU's frequency?
SELECT currentclockspeedFrom Win32_Processor

Reference Address: Http://www.tuicool.com/articles/YJjau2



WMI Technology Introduction and application--querying hardware information

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.