Console Utility that can remote connect to other systems and issue commands
Posted
by vivekeviv
on Stack Overflow
See other posts from Stack Overflow
or by vivekeviv
Published on 2010-04-24T12:36:40Z
Indexed on
2010/04/24
12:43 UTC
Read the original article
Hit count: 248
powershell-v2.0
Hi
Frequenlty my work involves to VNC to a remote system and work on it. SInce i run command line apps on this remote system most of the time, i was wondering if there's an alternative software to command prompt which i could install on my local machine. Using this i should be able to create a session with the remote system and from then on all commands issued in command prompt should run in remote system.
localHost>dir --> should list the directory contents in remotehost active directory
localhost>app.exe should run app.exe in remote host and display its contents in localhost command prompt
I browsed a little and read about cmdlets in powershell. But it looks like i need to write a cmdlet for each app in the path (dir, mkdir, app.exe in the path). Correct me if am wrong. Once session is established, i simply need the commands invoked in local host to be run in the remote host and return the console output to local host. Please let me know if powershell + cmdlets are the only way
THanks
© Stack Overflow or respective owner