Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
3いいね 144 views回再生

PowerShell 26 Enriching Scheduled task info through the PowerShell pipeline

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

コメント