Computing Staff
  • 2

SCHTASKS /Run From Win 7 On Win Sever 2003

  • 2

hi, i have scheduled task on win server 2003 named RVPS, i would like to run this task from my personal computer with batch file.

i use this statement
SCHTASKS /Run /S 172.27.2.220 /U user /P pass /I /TN RVPS
but it shows error message
ERROR: The request is not supported.

firewall is off on win server 2003

Share

1 Answer

  1. Well, assuming you’re doing this in a domain environment, you could use RUNAS to offer up a different set of credentials. You could also use a WinXP box to control your Win2003 servers.

    How To Ask Questions The Smart Way

    • 0