Merge pull request #45 from mholt/master

Implement CallMethod for calling WMI class methods
tree: 965e16ce56a0b5d007bc563e7123a31b2debc295
  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.