Early alpha! Pleade be careful! Connects via Kerberos to target server.
CMD/Powershell remote connector for Linux
Usage: winrm-connect SERVER [SCRIPT [ARG]]
When connected type ps/powershell to switch to powershell context.
When in powershell context type exit to switch back to cmd.
The initial goal is to have a wrapper to easily connect to Windows machines. Uses pywinrm.
You will need a working kerberos configuration (tested with machines joined with realmd) and a valid Kerberos ticket (klist).You will also need a winrm activated windows machine. Packages: * pywinrm * requests-kerberos * Context between commands is not saved * autocomplete * Directory switching