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

PowerTip: List All Running Tasks in Windows 8.1

$
0
0

Summary: Use Windows PowerShell in Windows 8.1 to show all running tasks in Task Scheduler.

Hey, Scripting Guy! Question Sometimes I get CPU spikes on a server. As part of troubleshooting, I need to know the processes and which
          are scheduled tasks. Is there a way for Windows PowerShell to show me which tasks are running now?

Hey, Scripting Guy! Answer Use the Get-ScheduledTask cmdlet and filter on the State:

Get-ScheduledTask | Where { $_.State –eq ‘Running’ }


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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