In this video, the Kilt Guy shows you how to view and enrich the Scheduled Tasks information using the PowerShell pipeline
Commands used in the shell:
schtasks
Select-String
Select-Object
Where-Object
Get-ScheduleTask
Get-ScheduleTaskInfo
0:00 Intro
0:31 Looking at the DOS Command 'schtasks'
3:01 Combinging schtasks with Select-String to find results
3:37 Using Context to Select-String to find results above and below the Pattern match
5:49 Using Get-ScheduleTask to find scheduled task information
6:28 Discussing what's missing from the Get-ScheduleTask results
7:14 Enriching the scheduled task information with Get-ScheduleTaskInfo
10:48 Creating a variable with the enriched information
11:38 Running searches with the enriched information with Where-Object
13:59 Outro
コメント