From 441f28e937cc6c7a9001defb7f479b3d6f961c84 Mon Sep 17 00:00:00 2001 From: lamathe <47829932+lamathe@users.noreply.github.com> Date: Fri, 19 Jul 2019 22:02:04 -0700 Subject: [PATCH] Update Get-DumpAnalysis.ps1 --- Code/Get-DumpAnalysis.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Get-DumpAnalysis.ps1 b/Code/Get-DumpAnalysis.ps1 index 614eb02..67525f0 100644 --- a/Code/Get-DumpAnalysis.ps1 +++ b/Code/Get-DumpAnalysis.ps1 @@ -50,7 +50,7 @@ This will run the commands in BasicAnalysis.txt on MyMiniDump.dmp and the output writting to MyMiniDump.dmp-BasicAnalysis.txt.log .EXAMPLE -Get-ChildItem *.dmp | Get-DumpAnalsys -DebuggingScript .\MoreStuff.txt +Get-ChildItem *.dmp | Get-DumpAnalysis -DebuggingScript .\MoreStuff.txt For all mini dump files will be piped to Get-DumpAnalysis and have the debug script MoreStuff.txt run on each one.