Skip to content

gregkroon/harness-winrm-utility

Repository files navigation

harness-winrm utility

Purpose of this project is to provide a utility to validate Winrm network and security settings outside of Harness using common network utilities like ping , curl e.t.c

It will do the following tests in order

  1. Connect to the Winrm socket to check if open (analogous to telnet to port) check port 5985 and port 5986

  2. Do a curl to the address to check if Winrm will accept default Winrm soap request

  3. Finally attempt to connect via WINRM4J

How do you run the test ?

java -jar WinRM-Tester-1.0-SNAPSHOT.jar

i.e. java -jar WinRM-Tester-1.0-SNAPSHOT.jar 192.8.56.102 WORKGROUP Administrator Password

All details will be logged to standard out .

Note: in some cases because of a bug in the WINRM4J library you will need to prefix the domain with ./

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages