Giter Club home page Giter Club logo

Comments (3)

jeffpeiyt avatar jeffpeiyt commented on May 24, 2024

Hi Abhishek,

Thanks very much for your interests and suggestion on Parallec.

not familiar with winrm. From https://github.com/bmoussaud/WinRM , it said The Windows Remote Management (WinRM) is the Microsoft implementation of WS-Management Protocol, a standard Simple Object Access Protocol (SOAP)-based, firewall-friendly protocol that allows hardware and operating systems, from different vendors, to interoperate.

Thus, it looks like a wrapper protocol based on SOAP, which is XML just based on HTTP(S). If you can intercept the actual message in XML. Wonder could you please trying to send the raw XML content (which is essentially SOAP) in HTTP?

from parallec.

jeffpeiyt avatar jeffpeiyt commented on May 24, 2024

it seems possible to integrate Parallec with the overthere WinRmClient : http://xebialabs.github.io/overthere/javadoc/com/xebialabs/overthere/cifs/winrm/WinRmClient.html

However this may not be the focus for Parallec now... however your contribution on this would be much appreciated! Feel free to fork it and submit a merge request after trying it out

From http://www.masterzen.fr/2014/01/11/bootstrapping-windows-servers-with-puppet/:

One component of WinRM is WinRS: Windows Remote Shell. This is the part that allows to run remote commands. Recent Windows version (at least since Server 2003) are shipped with WinRM installed (but not started by default).

this may be a good reference: https://github.com/rundeck-plugins/rundeck-winrm-plugin

https://github.com/rundeck-plugins/rundeck-winrm-plugin/blob/master/src/main/java/com/dtolabs/rundeck/plugin/overthere/OTWinRMNodeExecutor.java

WinRM is an HTTP/SOAP based protocol. By default, the payload is encrypted if the protocol is used in a Domain Controller environment (in this case, it uses Kerberos), which will not be our case on EC2.

from parallec.

jeffpeiyt avatar jeffpeiyt commented on May 24, 2024

Close the ticket as there is no further discussion.

from parallec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.