We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a335f commit 441f28eCopy full SHA for 441f28e
Code/Get-DumpAnalysis.ps1
@@ -50,7 +50,7 @@ This will run the commands in BasicAnalysis.txt on MyMiniDump.dmp and the output
50
writting to MyMiniDump.dmp-BasicAnalysis.txt.log
51
52
.EXAMPLE
53
-Get-ChildItem *.dmp | Get-DumpAnalsys -DebuggingScript .\MoreStuff.txt
+Get-ChildItem *.dmp | Get-DumpAnalysis -DebuggingScript .\MoreStuff.txt
54
55
For all mini dump files will be piped to Get-DumpAnalysis and have the debug script
56
MoreStuff.txt run on each one.
0 commit comments