scheduledTask Mar 5th, 2022 3:08 am 1 2 3 4 `Get-ScheduledTask -TaskPath \ | Get-ScheduledTaskInfo | Where { $_.TaskName -match "jdc"} | Format-Table -Property TaskName, LastRunTime, NextRunTime` `schtasks /query | findstr "jdc"` ref https://docs.microsoft.com/zh-tw/windows-server/administration/windows-commands/schtasks-query