Creating dumps with Windbg and writing ADPlus Config files

My colleague Carlo just wrote a post on how to create dumps and how to configure ADPlus with config files, that I thought was really useful

https://blogs.msdn.com/carloc/archive/2007/10/08/ok-now-how-do-i-capture-my-dump.aspx

He also talks a little about DebugDiag, a tool for creating dumps and doing automated dump analysis for certain cases.  Btw, the dumps you generate with debug diag can be read in windbd and vice versa since the dump format is exactly the same.

Tess