in reply to Re^3: Installing a program on a remote server through a web browser.
in thread Installing a program on a remote server through a web browser.

I've preceded the start cmd and redirected the output to a file, but it doesn't seem to be returning any results.
$result2 = `start psexec \\\\$host2 -u carynt\\rdcadmin -p 2ba +ckup! \\\\wisfs01\\sibar\\Packages\\OpenManage\\setup_sibar.bat 1> dr +ac_output.txt 2>&1`;
  • Comment on Re^4: Installing a program on a remote server through a web browser.
  • Download Code