Last week I attempted to add a scheduled task to my Windows 2008 server using schtasks.exe. The syntax I used was:
schtasks /create /S server /U DOMAIN\ACCOUNT /P password /SC daily /ST 15:00 /TN BkupIIS /TR c:\scripts\bkupiis.cmd
I received the following message from schtasks.exe:
User credentials are not allowed on the local machine
The task scheduler log file shows the following error:
Task Schedule
read more »
Be the first to post a Comment!