winrm(1) execute remote commands on Windows machines

SYNOPSIS

$ winrm -hostname <remote.domain.com> -username "<Administrator>" -password "<secret>" "<ipconfig /all>"

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).

OPTIONS

Please see the output of winrm --help for a full list of usage options.