Re: [go-nuts] WMI and Go... where to get started?

2021-02-08 Thread Brian Candler
Looking at windows_exporter's go.mod file, it uses github.com/StackExchange/wmi. The comments there say it talks to WMI on the local machine, not WMI over the network. On Monday, 8 February 2021 at 15:12:19 UTC aravind...@gmail.com wrote: > Hi, > I don't think there exists WMI client

Re: [go-nuts] WMI and Go... where to get started?

2021-02-08 Thread Aravindhan K
Hi, I don't think there exists WMI client implementation in Go. You could try cgo with samba WMI implementation https://github.com/greenbone/openvas-smb Thanks, Aravindhan K On Mon, Feb 8, 2021, 1:49 AM Tom Limoncelli wrote: > I've been using Unix for decades (and Go since the pre-releases)

[go-nuts] WMI and Go... where to get started?

2021-02-07 Thread Tom Limoncelli
I've been using Unix for decades (and Go since the pre-releases) and now I find myself needing to use Go to talk to the Windows WMI system. There isn't a lot of GO-specific documentation and I could use help figuring out where to get started. Sadly google searches for getting started with WMI are