Skip to content

Commit

Permalink
Windows.System.TaskScheduler/add Arguments to default artifact results (
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreen27 authored Feb 10, 2020
1 parent 5f7c4e0 commit 6816605
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions artifacts/definitions/Windows/System/TaskScheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ sources:
FROM read_file(filenames=FullPath)

- SELECT FullPath,
XML.Task.Actions.Exec.Command AS Command,
XML.Task.Actions.ComHandler.ClassId AS ComHandler,
XML.Task.Principals.Principal.UserId as UserId, XML AS _XML
XML.Task.Actions.Exec.Command as Command,
XML.Task.Actions.Exec.Arguments as Arguments,
XML.Task.Actions.ComHandler.ClassId as ComHandler,
XML.Task.Principals.Principal.UserId as UserId,
XML as _XML
FROM foreach(row=Uploads, query=parse_task)

0 comments on commit 6816605

Please sign in to comment.