Skip to content

Commit

Permalink
Add additional SchedLgU.txt paths (#122)
Browse files Browse the repository at this point in the history
(DIS-2136)
  • Loading branch information
Horofic authored Jan 23, 2024
1 parent 5cab6e2 commit 6b076f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ class Tasks(Module):
("dir", "sysvol/windows/system32/GroupPolicy/DataStore/"),
# Task Scheduler Service transaction log
("file", "sysvol/SchedLgU.txt"),
("file", "sysvol/windows/SchedLgU.txt"),
("file", "sysvol/windows/tasks/SchedLgU.txt"),
("file", "sysvol/winnt/tasks/SchedLgU.txt"),
]


Expand Down

0 comments on commit 6b076f2

Please sign in to comment.