A scheduled-task means the launch of a program or script at predefined times or after specified time intervals.
Questions tagged [scheduled-task]
662 questions
0
votes
0 answers
AWS serverless setup for recurring tasks?
I have a database consisting of many items. At least one time per day I want to loop through all items in this database and for each item, call an external API to fetch current data about this item and store it in my database.
With this scenario in…

Tanax
- 1
0
votes
1 answer
Copy folder from network drive via GPO/scheduled task permissions
To install a portable software package, I'm using a scheduled task that runs on user logon to copy a folder from a network share to the local computer using robocopy.
If I'm not mistaken, in order to access the network share, this needs to run under…

maigelm
- 3
- 2
0
votes
4 answers
How to tell when a Scheduled Task was CREATED, in Windows Server 2003
(Oops I asked this on SuperUser first on accident...)
I am trying to find out if someone added a new Scheduled Task to a Windows 2003 Server. How can I find the date a scheduled task was actually created? Exploring Scheduled Tasks in Explorer…

user27933
- 101
- 1
- 1
0
votes
2 answers
I need to configure a domain user to run a scheduled task
Here is my configuration (on DC):
Note: user is just regular on the domain.
What I am missing?
When I run:
gpresult /user asap\deltacopy /V
I get this:
INFO: The user "asap\deltacopy" does not have RSoP data.
Which leads to another…

Dejan Dozet
- 103
- 1
- 3
0
votes
0 answers
Run two cron jobs in sync
I would like to run cron job A every 3 minutes, and cron job B every 5 minutes. But I would like job A to always run 3 minutes before job B.
How would I accomplish this?

Gaia
- 1,855
- 5
- 34
- 60
0
votes
1 answer
PowerShell script does not run program using UNC paths or mapped drive when running from windows 2016 task scheduler
I am running powershell scripts from the Windows 2016 task scheduler that execute a program using either UNC paths or a drive mapped in the script.
Both variants run fine in powershell but do not work when run from the task.
I know the scripts are…

Tim Callahan
- 11
- 1
- 2
0
votes
1 answer
Does "Stop the task" kill an EXE that launched successfully?
In Windows Server 2008 R2 Standard 6.1 (build 7601 SP1), in Scheduled Tasks, I have a "Start a program" task that launches a normal EXE (visible desktop application) at login. This app is intended to run for the entire session. On the Settings tab…

equin0x80
- 113
- 2
0
votes
1 answer
Why does the Scheduled Task “Regular Maintenance” change to enabled after being disabled
Why does the "Regular Maintenance" scheduled task change from "Disabled" to "Enabled"?
The task was initially disabled when baking an AWS AMI. When the instance starts the task is disabled but 15 minutes after launch time the task changes to…

Castrohenge
- 422
- 1
- 7
- 13
0
votes
1 answer
Stopping crond for Application Outages
We are using cron to trigger web services. When we have a planned outage and the source of the data is going to be unavailable (not the services platform) we determine it was easier to stop crond instead of commenting out 100+ scheduled jobs. Is…

thinkux
- 1
- 1
- 2
0
votes
1 answer
Scheduled task not showing dialog box
We have a utility scheduled in Task Scheduler on Server 2008 R2 that just ran into an issue I haven't dealt with before. The utility hung up (no activity for a day), and selecting end did nothing to end it, so I had to manually kill the task…

Tom A
- 218
- 1
- 3
- 10
0
votes
0 answers
Windows Scheduled Tasks via GPO on different versions of Windows
I am working on a project involving multiple isolated Windows domains. Each domain is unique with differing version of Windows clients and differing versions of Windows Server running as Domain Controllers. Some of these Windows versions may be out…

user51279
- 31
- 2
0
votes
1 answer
How to make Scheduled Job Run Twice on daylight saving time
I have windows 2008 server R2. I am using Task scheduler to run a job on a daylight saving time when the clock moves backward.
The task runs a PHP script that updates the a database field (If field is equal to 1 then change it to 0 if the field is…

Mohamed Mahyoub
- 101
- 1
0
votes
1 answer
Scheduling a task or job with credentials to run after AD promotion start up
I am installing a new VM lab, few windows 2016 servers and AD forest.
Part of the lab is installing a DC in the new forest.
I have no issue with the feature installation and promotion.
My problem - I want to create directory users immediately after…

Pixel
- 146
- 5
0
votes
1 answer
Schedule hard logoff of idle users
I'd like to schedule the forcible logoff of idle XP Home users, who have been "logged off" in the sense that they've been "switched" out of their console sessions, but still have processes running. How can I do this?
I'm aware of qwinsta.exe and…

pilcrow
- 459
- 5
- 19
0
votes
1 answer
PowerShell Script Errors in Scheduled Task
I'm running two PowerShell scripts as scheduled tasks on multiple servers. One script (#1) moves folders from one application to another folder (trash), the other script (#2) restarts services.
Script #1 moves folders by copying them to a…

UltraJ
- 127
- 1
- 1
- 4