Has anyone done a good write up on PowerShell/Windbg

by willsteele at 2012-09-07 04:00:01

I find bits and pieces, but, am searching for a real intro as to how use Windbg in conjunction with PowerShell. I am not looking for anything comprehensive, just a high level breakdown and some examples I could use to start automating and debug toolkit.
by poshoholic at 2012-09-07 05:28:33
Just to double-check, have you seen this?

http://powerdbg.codeplex.com/

Since it’s a script module, I suspect that would have a lot of the details you need. Also, the authors blog where there are categories for PowerDbg-related posts.

http://blogs.msdn.com/b/debuggingtoolbox/
by willsteele at 2012-09-07 06:13:30
I think I had seen it before, but, never got far enough into it to make heads or tails. Let me revisit.

Thanks,

Will