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

PowerTip: Find Scheduled Tasks with PowerShell

$
0
0

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

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily look for scheduled tasks in the graphical tool?

Hey, Scripting Guy! Answer Use the Get-ScheduledTask cmdlet and search on the TaskPath property. Related scheduled tasks are
           grouped together and TaskPath provides that location. Here is an example:

Get-ScheduledTask | where taskpath -match 'powershell'


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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