PowerShell - Find running schedule tasks

Find running schedule


Get-Scheduledtask , type and run it and you will see list of you all cmdlets and if you want know about the running schedule tasks

Get-Scheduledtask  | where state -eq "Running"