WMI Programming with VB.NET

Introduction
This blog entry does not provide a comprehensive explanation of WMI. It is intended to provide a basic overview for the beginner to get their feet wet.
Overview
Windows Management Instrumentation (WMI) is a subsystem of the Windows operating system. It is accessible programmatically through the System.Management namespace. Through WMI, a developer can provide event monitoring, change […]