Skip to content

Commit

Permalink
Add Support For Per User Search Indexes (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
reece394 authored Nov 5, 2024
1 parent 80f60e2 commit ef2e3d1
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 @@ -945,7 +945,10 @@ class Misc(Module):
("glob", "sysvol/ProgramData/USOShared/Logs/System/*.etl"),
("glob", "sysvol/Windows/Logs/WindowsUpdate/WindowsUpdate*.etl"),
("glob", "sysvol/Windows/Logs/CBS/CBS*.log"),
# Windows Search DB
("dir", "sysvol/ProgramData/Microsoft/Search/Data/Applications/Windows"),
# Windows Search DB - Windows Search Database Roaming
("glob", "AppData/Roaming/Microsoft/Search/Data/Applications/S-1-*/*", from_user_home),
("dir", "sysvol/Windows/SoftwareDistribution/DataStore"),
]

Expand Down

0 comments on commit ef2e3d1

Please sign in to comment.