You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a CSV timeline of partition diagnostic events by parsing Windows 10 `Microsoft-Windows-Partition%4Diagnostic.evtx` files and reporting information about all the connected devices and their Volume Serial Numbers, both currently present on the device and previously existed.
599
+
This process is based on the tool [Partition-4DiagnosticParser](https://github.com/theAtropos4n6/Partition-4DiagnosticParser).
600
+
601
+
* Input: `JSONL`
602
+
* Profile: Any
603
+
* Output: `CSV`
604
+
605
+
Required options:
606
+
607
+
-`-t, --timeline <JSONL-FILE>`: JSONL timeline created by Hayabusa.
608
+
609
+
Options:
610
+
611
+
-`-o, --output <CSV-FILE>`: the CSV file to save the results to.
612
+
-`-q, --quiet`: do not display logo. (default: `false`)
0 commit comments