in reply to run netstat on remote NT machine.
For running commands on a remote machine, I use a remote perl script with IO::Socket to accept requests from the local perl script and return results. More secure than using telnet, since you control what commands can be processed on the remote machine, but also less flexible. NT boxes usually aren't telnet friendly, though, so that's a factor as well.
|
|---|