Created
April 8, 2014 06:57
-
-
Save alexanderfloh/10098312 to your computer and use it in GitHub Desktop.
dump multiple processes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BaseState ba = new BaseState("C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "-NoExit -Command cd c:\\temp;Get-Process iexplore | Select-Object Id | ForEach-Object { .\\procdump.exe -ma $_.Id }", "//Window"); | |
d.executeBaseState(ba); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment