Dev tool to execute command on a remote Windows machine with Jenkins using WinRM specification.
See 4.7.1, 4.7.2, 4.7.3, 4.7.5 and 4.7.9 of Microsoft WSMV Documentation
Build a Winrm client working with NTLM authentication and compatible with Jenkins
An usage example can be found in this file : JenkinsWinRMUsageTest
This project contains code under Apache-2.0 License from :
- cloudsoft/winrm4j for authentication process
- sshoogr/groovy-winrm-client for request process