We are running a scheduled task on a Server 2008 machine from an XP client. Using the following commandline (on the XP client):
schtasks /run /u "domain\username" /p "password" /s MyServer2008 /tn MyTask
This reports SUCCESS, but the task is not actually being run. Querying using schtasks on the server shows that the task has never been run.
Is there anything configuration or other factors that could cause this?