From 940d8a25a82717e0bafcbf4429eb953ba728b4d2 Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Sat, 4 May 2019 11:32:13 -0300 Subject: [PATCH] Added mire output options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d14fb87..1c800d3 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ For example: |Output Type|Syntax| |-----------|------| |CSV|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Csv`| +|Format list (default)|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Format-List`| +|Format table|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Format-Table`| |GridView|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Out-GridView`| |HTML|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Html`| |JSON|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Json`|