Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Status of Scheduled Tasks

$
0
0

Summary: Use Windows PowerShell to find the status of scheduled tasks.

Hey, Scripting Guy! Question My laptop is acting strangely. Task Manager shows lots of processes running, but I have disabled everything I can see.
           How can I use Windows PowerShell to determine what scheduled tasks are running in the background?

Hey, Scripting Guy! Answer Use the Get-ScheduledTask cmdlet and sort by the state:

Get-ScheduledTask | sort state


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>