Questions tagged [task-scheduler]

311 questions
4
votes
1 answer

Tasks Scheduler Windows High Availability

What is the best way to put in place «tasks scheduler» with high availability under Windows? Currently, the tasks are planned on a single server, which is a problem when the server reboot (for many reasons) Is there a Cluster system to resolve…
3
votes
0 answers

Defining multiple triggers for my Task Scheduler will only work on the first trigger

I have "Windows server 2008 R2 standard" with SP1. and inside my windows Task Scheduler, i define the following 2 triggers:- now as the picture is mentioning, i want to run the task on different times (3:00 am & 4:30 am) based on the Day. but…
3
votes
1 answer

Execute a Windows task triggered by registry changes

I'm looking for a possibility to execute a script in case a particular registry key is going to be created or modified. In the Windows Taks Scheduler there is a way to execute scripts triggered by system/application events. But I could not find one…
3
votes
0 answers

Windows Task Scheduler job not starting but runs on manual start

Windows Server Version : 2016 Problem Description : This is indeed a weird problem I am facing. I have a .bat file that I have scheduled to run every 15 min but it does not start on its own at the scheduled time if I disable and re-enable it. But…
3
votes
3 answers

.NET Core console app fails from task scheduler with 0xC0000005

I have written a simple .NET Core console app (which writes some log files, hits a database and sends some emails). Triggering the task by double-clicking on the .exe within Windows works fine. However when attempting to trigger the task through…
3
votes
1 answer

Windows Task Scheduler deletes batch file upon running it

I have an odd problem that has started happening with Task Scheduler on Windows Server 2012 R2. A bunch of scheduled tasks all have this same problem. I checked on it a few weeks ago and it was fine, but now it has started happening on several…
Jez
  • 1,333
  • 2
  • 11
  • 23
3
votes
1 answer

Task Scheduler "On disconnect from user session" trigger not working

Using Win Server 2012 R2 test machine (not in domain) I was able to get it triggering with the setup: General: When running the task, use the following user account: built in admin account Run whether user is logged on or not: checked (do not…
3
votes
0 answers

Running scheduled tasks under domain and local accounts

In my Active Directory environment (DC runs Windows Server 2003 R2 SP2), there is a Windows Server 2008 R2 SP1 client. On this client, there are scheduled tasks that are running under the local admin account. I want to add a task that will be…
GCRaistlin
  • 106
  • 8
3
votes
1 answer

Windows Server 2008 scheduled task only works with "Run only when user is logged on"

I have a scheduled task that is set to run an R script by launching Rscript.exe and the file of interest. This task completes successfully when I run it with the option "Run only when user is logged on". I need to schedule the task to run without…
Hack-R
  • 295
  • 3
  • 12
3
votes
2 answers

windows scheduled task is killed (timed out) too soon

I have a scheduled task that is configured to be killed 23 hours after starting. When I export the task to XML I can verify this setting because I see the line: PT23H However, the task is actually being…
Dan Tenenbaum
  • 193
  • 1
  • 2
  • 10
3
votes
1 answer

Scheduled Task Doesn't Run on Schedule

On a Windows Server 2012 R2 server, I have created a scheduled task with a trigger defined as daily, repeat every five minutes. (I have multiple other tasks configured like this that I have no problem with). The task itself works perfectly; if I…
Matt
  • 1,883
  • 5
  • 26
  • 39
3
votes
2 answers

The system cannot find the file specified- Task Scheduler. Win Server 2012

I have batch script file, which should encrypt a file with pgp. I have defined a task in task scheduler to do this, but I am keep receiving the error"The system cannot find the file specified". Interestingly, when I run the same line of script in my…
3
votes
0 answers

Scheduled RasMan connection to SSTP VPN fails only at night

Background I have an SSTP VPN with a self-signed certificate. It's running on a physical instance of Server 2008 R2 on our LAN. Three off-network workstations are scheduled to connect to the VPN "at system startup" in Task…
3
votes
1 answer

How to kill a running scheduled task?

I have scheduled a task on Windows Server 2008 R2 Task Scheduler that kicks off a python script. However, when the task is running, I don't see the process spawned in the Task Manager and therefore am unable to kill the task. I know the task was…
Matej
  • 141
  • 1
  • 1
  • 4
3
votes
5 answers

Scheduling tasks|jobs across servers from central location. (Windows Server)

Is there any way, how to schedule Windows tasks|jobs on all servers from central location (server)? Has Microsoft any solution for this? I prefer MS or Windows Server built-in functionalities before SW from third party... Thanks [edit]: Sorry for…
devlin
  • 145
  • 1
  • 3
  • 12