I have three computers A, B and C. Each runs windows 7 and has an exe converted from Python. Same work group. A cannot directly reach C.
A can winrs some command on B, and so can B on C. However A cannot run a winrs on B that goes to C.
I do not have PS3.0 and I only want to use admin cmd. Can I still achieve double hop?
Right now my command is:
winrs -r:[IP of B] -u:[username] -p:[password] "winrs -r:[IP of C] [cmd]"
Any insight or alternative method is appreciated.