PHP Classes

SimpleWMI: Access Windows resources using WMI objects

Recommend this page to a friend!
  Info   View files Documentation   View files View files (2)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,502 All time: 2,604 This week: 555Up
Version License PHP version Categories
simplewmi 2.0GNU General Publi...5Windows
Description 

Author

This class can be used to access Windows resources using WMI objects.

It creates a WMI scripting COM object to access Win32, registry, SMS and other WMI providers.

The class can set parameters, execute queries to the WMI provider and return the results as arrays.

Innovation Award
PHP Programming Innovation award nominee
June 2008
Number 6


Prize: One book of choice by Packt
Windows provides an API of objects named WMI (Windows Management Instrumentation) that can be used to manage hardware devices such as network cards.

This class provides a simplified API to use WMI objects and manage hardware on Windows system from PHP.

Manuel Lemos
Picture of Zsolt Munoz
Name: Zsolt Munoz <contact>
Classes: 6 packages by
Country: United States United States
Age: 43
All time rank: 75899 in United States United States
Week rank: 416 Up46 in United States United States Up
Innovation award
Innovation award
Nominee: 2x

Documentation

For more references around this please visit http://msdn.microsoft.com/en-us/library/aa394582(VS.85).aspx This is just a simple document around running the EasyWMI class and how to use it. // Create new Instance of the EasyADSI Class $test = new EasyWMI('servername','user','password','namespace','domain'); // Choose classname $test->useTable('classname'); // Create Selection $test->setSelection('*'); // Set Search Critria $test->setWhere("Name = 'Info'"); // Run Selection $test->select(); // Get Record Set in an Array $array = $test->fetchAssoc(); // Get Field Names in an array $field = $test->fetchFieldName(); // Free form query $test->setQuery("SELECT * FROM Win32_NetworkAdapter WHERE IPAddress = '1.2.3.4'");

  Files folder image Files  
File Role Description
Plain text file class.simplewmi.php Class SimpleWMI
Accessible without login Plain text file doc.txt Doc. Document

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,502
This week:0
All time:2,604
This week:555Up
User Comments (2)
Useless.
13 years ago (Armando Poveda)
12%Star
Very good class.
15 years ago (Benjamin)
62%StarStarStarStar