Implement CallMethod for calling WMI class methods
1 file changed
tree: c79e8cb21d07db32e061198cf50428cf2cf6cbf6
  1. LICENSE
  2. README.md
  3. swbemservices.go
  4. swbemservices_test.go
  5. wmi.go
  6. wmi_test.go
README.md

wmi

Package wmi provides a WQL interface to Windows WMI.

Note: It interfaces with WMI on the local machine, therefore it only runs on Windows.