"Discover PowerShell" "13" WMI objects

Source: Internet
Author: User

I remember in the XP era, the tools that are often used have a tool called WMI administrative, which is officially provided by Microsoft to view and edit WMI objects, but now seems to not support new systems. However, under Win7, Server 2008, these features can be easily accomplished through PowerShell.

First, let's get to know what a WMI object is:

WMI is present as a basic database in a Windows system. We can connect to the WMI service request to inquire about the information contained therein. WMI includes information on all aspects of the system, including:

• Machine information: manufacturer, model, serial number, etc.

BIOS Information

OS Information

CPU Information: type, manufacturer, speed, version

• Total server memory

• Disk information: capacity, format, etc.

• Network information: MAC, IP, etc.

• Other

You can see how rich the WMI content is, and it covers almost every aspect of the computer.

Using PowerShell to view WMI members

In PowerShell, list the WMI objects by using the following command:

get-wmiObject -list -namespace “root\CIMV2″ <enter>

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.