Windows Management Instrumentation

  • Blog
  • Windows Management Instrumentation
PowerShell

How to Get the Serial Number of a Remote Computer Using PowerShell

Retrieve the serial number from a local or remote computer using PowerShell and Windows Management Instrumentation (WMI).

Last Update: Jul 23, 2022

LATEST

How to Inventory Remote Computers Using PowerShell

Windows Management Instrumentation (WMI) is a management infrastructure built-in to Windows for querying management and operations data. It can be used to query local and remote computers for information like running processes, installed software, BIOS information, and much more. WMI vs CIM WMI is based on the Common Information Model (CIM), which is an open-source…

View Article

What Is the Difference Between WMI and CIM?

Russell explains whether there is a difference between WMI and CIM.

View Article

Shut Down Remote Workgroup Computers

In today’s Ask the Admin, Russell Smith shows you how to shut down a remote workgroup computer using PowerShell.

View Article

Using PowerShell and WMI to Find Folders by File Type

Learn how to use PowerShell and WMI to find file folders by type in this article by PowerShell MVP Jeff Hicks.

View Article

Updating Windows Management Framework (WMF) on Windows Server 2008/R2

In this Ask an Admin, find out how to install Windows Management Framework 3.0 (WMF) in Windows Server 2008 and R2.

View Article