Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
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.
Feedback: Report problem or ask question.