Forum Discussion
erickgomes
Jun 25, 2019Copper Contributor
Scheduled Task Windows Server 2019 (EDIT)
Hello guys, I'm having a problem with the Windows Server 2019 Task Scheduler. It does not work as in Windows Server 2012. What do I need to do to make this work? EDIT: Guys, what I ...
cook_91
Aug 23, 2022Copper Contributor
i use command to add to task scheduler
SCHTASKS /CREATE /SC MONTHLY /MO second /D SUN /TN "TASKS" /TR "C:\scripts\task.bat" /ST 08:00 /RU SYSTEM
runs every month on the second sun at 8:00am
SCHTASKS /CREATE /SC MONTHLY /MO second /D SUN /TN "TASKS" /TR "C:\scripts\task.bat" /ST 08:00 /RU SYSTEM
runs every month on the second sun at 8:00am