Questions tagged [task-scheduler]
319 questions
-1
votes
1 answer
Why PSFTP script is failing when ran as system?
I have a Windows cmd batch file that should retrieve listing of files that are on an FTP server via sFTP using PuTTY PSFTP exe and use that for further processing. The cmd is:
echo ls | psftp -l myusername -pw mycomplexpwd FTPServerHostname >…

amyassin
- 337
- 2
- 7
- 22
-2
votes
1 answer
When is user logged on
I have a question about users and when Windows treat them as logged on.
If I, on Remote desktop log in on Windows server, and then closes the window, am I still being treated as logged on?
The reason for the question is regarding the task scheduler.…

user1741807
- 5
- 1
-2
votes
1 answer
windows Task Scheduler
We have two Windows servers. One is Windows Server 2008 and another is Windows Server 2003. We have TFS installed on Windows Server 2003 and taking daily backup on same server. I am looking to schedule a task that will move backup files from Windows…

Ankur Dholakiya
- 458
- 2
- 9
-3
votes
1 answer
Windows Server 2008 R2 Task Scheduler Not Executing
I'm facing strange issue in Windows Server 2008 R2 Task Scheduler. I have create one task with .bat file. Its working when I run it manually, but when I schedule this through Task Scheduler. Did not getting any output.
I have enabled the task…

Knight Rider
- 37
- 4