in reply to Re^2: CGI/Remote Commands on Web Servers
in thread CGI/Remote Commands on Web Servers

psexec ? - Isn't that the program that lets you run code on a remote machine ?

The IUSER_<computername> account is a LOCAL account, that, by default/design allows execution only on the local machine.

If you need something exotic, try using the runas command to impersonate another identity and execute something. But (warning) this may be a security hazard, because you need to supply the password via STDIN.

     "How many times do I have to tell you again and again .. not to be repetitive?"

  • Comment on Re^3: CGI/Remote Commands on Web Servers