Registry / networking / masterzen-winrm

masterzen-winrm

JSON →
library0.0.0-20260407182533-5570be7f80cfgogounverified

A Go implementation of the WinRM protocol for remote Windows management.

go get github.com/masterzen/winrm
INSTALL
IMPORT
SIG · MASTERZEN-WINRM
M
masterzen-winrm
networkinggov0.0.0-20260407182533-5570be7f80cf
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

winrm
github.com/masterzen/winrm

Connect to a Windows host and run a command via WinRM.

import "github.com/masterzen/winrm" func main() { endpoint := winrm.NewEndpoint("host", 5986, false, false, nil, nil, nil, 0) client, err := winrm.NewClient(endpoint, "user", "password") if err != nil { panic(err) } client.Run("ipconfig", nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260407182533-5570be7f80cflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
masterzen-winrm — go get masterzen-winrm · libregistry