Skip to content

Instantly share code, notes, and snippets.

@alexanderfloh
Created April 8, 2014 06:57
Show Gist options
  • Save alexanderfloh/10098312 to your computer and use it in GitHub Desktop.
Save alexanderfloh/10098312 to your computer and use it in GitHub Desktop.
dump multiple processes
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