Actions
$wmiquery » History » Revision 11
« Previous |
Revision 11/12
(diff)
| Next »
Per Amundsen, 02/23/2023 07:57 PM
Added in 1.9.7
$wmiquery([path], query, [N], N|key)
Performs a WMI query and return the Nth value.
Parameters
Parameter | Description |
[path] | Optional path. |
query | Query to perform. |
[N] | If 0, numbers of results else the Nth value (optional, default is 1) |
N|key | The key to get or the Nth key. |
Properties
.key - Returns the name of the Nth key if N|key is a number.
table(ktable).
|*Property*|*Description*|
Example
; Prints the cpu l2 cache //echo -ag l2 cache is $wmiquery(SELECT * FROM Win32_Processor, L2CacheSize)
Updated by Per Amundsen over 1 year ago · 11 revisions