Y
Hacker News
new
|
ask
|
show
|
jobs
by
Someone1234
2220 days ago
You can bulk kill with e.g.
Get-ScheduledTask -TaskPath "\UpdateTasks\" | Stop-ScheduledTask
That also demonstrates search too, by the way.