Skip to content

HewlettPackard/jruby-winrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jruby Winrm

This is a library that packages up the Ruby Winrm Client for handling encrypted NTLM Traffic and distributes it as a Java exposed class outside of a JRuby Runtime

##Usage

Groovy Sample

import com.morpheusdata.jruby.JRubyWinrm;

JRubyWinrm winrm = new JRubyWinrm();

Boolean elevatedMode=false;
String user = 'username';
String password = 'password';
String command = 'echo hello';
String host = '10.0.0.1'
Integer port = 5985
Map results = winrm.runCommand(command,host,port,user,password,elevatedMode);

Work To Be Done

  • More documentation

About

Java WinRM Wrapper Object wrapping the ruby winrm gem and its dependencies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages