From 56178ec0f6f5e60d9ad52829dce181fd8569e033 Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Sat, 4 May 2019 10:33:00 -0300 Subject: [PATCH] Reformatted output table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c2f4e9..d494b36 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,9 @@ For example: |Output Type|Syntax| |-----------|------| |CSV|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Csv| +|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| -|GridView|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Out-GridView| |XML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Xml| ## Logging setup