If I use the command runas and run a program as a different user on the domain will this actually return information regarding their computer or will it give me my comptuers information?

for example if I use

Runas (other user on domain) -tasklist.exe

Will this return their tasklist information?

link|improve this question

feedback

migrated from stackoverflow.com May 18 '11 at 14:48

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 3 down vote accepted

No, this will just run the program locally on your machine with their credentials. I think SysInternals has a program that can execute commands on remote machines - I believe it's called PsExec.

link|improve this answer
I have heard of PsExec (but I need to download the toolset), the problem is I need to be able to execute a program on remote machines without downloading/using anything else. – harper89 May 18 '11 at 12:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.