Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: WMIQuery
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%).
Release notes
- Version 14.3
- Fixed an issue with server calling WMIQuery.Connect function.
- Version 13.2
- Fixed a problem where WMIQuery.Query would not report the error message.
- Version 10.5
- Added CFunction.ReleaseAll, CGImageSource.ReleaseAll, CLibrary.ReleaseAll, DynaPDF.ReleaseAll, ECKey.ReleaseAll, FSEvents.ReleaseAll, MarkDown.ReleaseAll, MenuItem.ReleaseAll, SendMail.ReleaseAll, Shell.ReleaseAll, SmartCard.ReleaseAll, TouchBar.ReleaseAll, UserNotification.ReleaseAll, WMFP.ReleaseAll, WMIQuery.ReleaseAll and WindowsUserNotification.ReleaseAll.