wmi icon indicating copy to clipboard operation
wmi copied to clipboard

WMI for Go

Results 15 wmi issues
Sort by recently updated
recently updated
newest added

I am trying to print the gateway of each NetAdapter by following code, It print `[]` for all netadapters, not sure if this is a bug. ``` package main import...

Hi There, Well, I am stumped. When I run the software from the command line, everything works properly. When I run the software as a windows service, I'll get the...

I wanted to contribute a change but I couldn't run unit tests... On go 1.10.1 (built myself) ``` go get github.com/StackExchange/wmi go test github.com/StackExchange/wmi ``` @cdffdb33acae0e14efff Expected: Tests pass quickly....

Is it possible to allow for flags when calling ExecQuery e.g. WBEM_FLAG_RETURN_IMMEDIATELY & WBEM_FLAG_FORWARD_ONLY, as this can significantly improve query performance?

Hi, Thanks for this tool. Can you confirm why [this](https://github.com/StackExchange/wmi/blob/master/wmi.go#L136-L137) global mutex is necessary? It was hampering efforts at parallelism. Is it strictly necessary if you are the querying wmi...