Server 2008 Mass Scheduled Task Deletion
we have 3rd party patch management tool introduces scheduled tasks when want deployed @ particular time.
recently, scheduling on 2008 server went crazy , has scheduled on 70,000 tasks. rebooting stopped creation of tasks, windows trying read through them all. know of programatic, command line, or otherwise fast way of removing these tasks en mass?
recently, scheduling on 2008 server went crazy , has scheduled on 70,000 tasks. rebooting stopped creation of tasks, windows trying read through them all. know of programatic, command line, or otherwise fast way of removing these tasks en mass?
hi mike,
if delete scheduled tasks on windows server 2008 system, can run following command:
schtasks /delete /tn * /f
hope helps.
tim quan - msft
Windows Server > Management
Comments
Post a Comment