Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Query Windows Management Interface to learn about hardware and system configuration.
Version | macOS | Windows | Linux | Server | iOS SDK |
5.2 / 10.5 | ❌ No | ✅ Yes | ❌ No | ✅ Yes, on Windows | ❌ No |
Item | Details |
---|---|
WMIQuery.Connect Connects to WMI server. | Win only 5.2 |
WMIQuery.New Creates a new WMI Query object. | Win only 5.2 |
WMIQuery.Next Queries the next item in the result of a query. | Win only 5.2 |
WMIQuery.PropertyNames Queries a list of property names for current item. | Win only 5.2 |
WMIQuery.PropertyType Queries data type of a property. | Win only 5.2 |
WMIQuery.PropertyValue Queries the value of the property. | Win only 5.2 |
WMIQuery.Query Executes a query. | Win only 5.2 |
WMIQuery.Release Releases a query object. | Win only 5.2 |
WMIQuery.ReleaseAll Frees all query objects. | Win only 10.5 |
9 functions shown.
These functions require a license (78%).