diff --git a/t/runall.ps1 b/t/runall.ps1 new file mode 100644 index 0000000..9ad2dc1 --- /dev/null +++ b/t/runall.ps1 @@ -0,0 +1,2 @@ +Write-Host "Running DeepBlue.ps1 on all EVTX files to identify any syntax errors." +cd .. ; gci -path . -recurse -name "*.evtx" | % {.\DeepBlue.ps1 -File $_ | Out-Null }