File: winrm-go.1

package info (click to toggle)
golang-github-masterzen-winrm 0.0~git20160323.0752679-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 256 kB
  • ctags: 180
  • sloc: makefile: 34; sh: 14
file content (11 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
.TH "WINRM" 1 "" "" "winrm-go"
.SH NAME
\fBwinrm-go\fP \- execute remote commands on Windows machines
.SH SYNOPSIS
$ \fBwinrm-go\fP -hostname <remote.domain.com> -username "<Administrator>" -password "<secret>" "<ipconfig /all>"
.SH DESCRIPTION
The remote execution of commands by this tool is done through Windows Remote Management (WinRM).
The remote system must be prepared for the use of that. This tool doesn't support domain users,
but only authentication for local accounts (GSSAPI or Kerberos aren't supported).
.SH OPTIONS
Please see the output of \fBwinrm-go --help\fP for a full list of usage options.