Output table formatting
This commit is contained in:
10
README.md
10
README.md
@ -134,11 +134,11 @@ For example:
|
|||||||
|
|
||||||
|Output Type|Syntax|
|
|Output Type|Syntax|
|
||||||
|-----------|------|
|
|-----------|------|
|
||||||
|CSV|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Csv|
|
|CSV|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Csv`|
|
||||||
|GridView|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Out-GridView|
|
|GridView|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Out-GridView`|
|
||||||
|HTML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Html|
|
|HTML|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Html`|
|
||||||
|JSON|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Json|
|
|JSON|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Json`|
|
||||||
|XML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Xml|
|
|XML|`.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Xml`|
|
||||||
|
|
||||||
## Logging setup
|
## Logging setup
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user