node-red-contrib-wmi
v0.2.8
Published
Node-RED node for wmi
Downloads
27
Maintainers
Readme
node-red-contrib-wmi
A node to retrieve WMI (Windows Management Instrumentation) object on Windows OS
Install
Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-wmi
Information
This node retrieves the information of the WMI object on Windows OS. Currently, this node supports the following objects in the pull-down menu on the node property UI.
- Processor
- BIOS
- LogicalDisk
- PointingDevice
- Keyboard
- Battery
- OperatingSystem
- ComputerSystem
- SystemEnclosure
- Desktop
- DesktopMonitor
- UserAccount
If you want to get other WMI objects, you can specify the object name in msg.object
.
Inputs
object
- stringWMI object name (optional)
Outputs
payload
- objectWMI object in JSON format
Note: This node can be used on the Windows OS only.