Update README.md

This commit is contained in:
Eric Conrad
2016-09-20 12:27:44 -04:00
committed by GitHub
parent 94009ecf90
commit 258e1b4196

View File

@ -17,36 +17,25 @@ Sample evtx files are in the .\evtx directory
Process local Windows security event log: Process local Windows security event log:
` `.\DeepBlue.ps1`
.\DeepBlue.ps1
`
or: or:
` `.\DeepBlue.ps1 -log security`
.\DeepBlue.ps1 -log security
`
Process local Windows system event log: Process local Windows system event log:
` `.\DeepBlue.ps1 -log system`
.\DeepBlue.ps1 -log system
`
or: or:
` `.\DeepBlue.ps1 "" system`
.\DeepBlue.ps1 "" system
`
Process evtx file: Process evtx file:
`
.\DeepBlue.ps1 .\evtx\new-user-security.evtx `.\DeepBlue.ps1 .\evtx\new-user-security.evtx`
`
or: or:
` `.\DeepBlue.ps1 -file .\evtx\new-user-security.evtx`
.\DeepBlue.ps1 -file .\evtx\new-user-security.evtx
`