Running a command, say echo, on a remote computer?

  • Thread starter Thread starter Antti H
  • Start date Start date
A

Antti H

Hello,
I am interested in viewing a remote computers enviroment variables, say
path (echo %PATH%). How can I do this from another computer. I have
local Administrator access on both.

runas does not seem to suffice

TIA
 
Antti H said:
Hello,
I am interested in viewing a remote computers enviroment variables, say
path (echo %PATH%). How can I do this from another computer. I have
local Administrator access on both.

runas does not seem to suffice

TIA

psexec.exe (www.sysinternals.com) is probably the
easiest and most versatile tool for this type of task.
 
Back
Top