[ download code ]
Windows Management Instrumentation (WMI) is part of the Windows operating system that provides management information and control. From a developer’s viewpoint WMI can provide event monitoring for your application or simply report as this article will demonstrate. As well WMI may be used to access and establish information relating to desktop/laptop systems, applications, and networks just to name a few. If you wish to read greater details concerning WMI please visit Platform SDK: Windows Management Instrumentation.
System Requirements
WMI is currently included with Windows 2000, Windows XP, or Windows ME edition. While with Windows 95, Windows 98, and Windows NT 4.0 you must download a separate WMI installation package from MSDN.
Downloads
Now that I have provided an overview of WMI, system requirements, and a variety of downloads to assist you learning more, it is now to move into an example web based solution that will allow an end user to visit a web page that collects various details such as the MAC Address, CPU, hard drive, and operating system information.