How to Diagnose the Source of a Server Blue Screen / Stop Error

Download and Install the Microsoft Debugging Tool for Windows onto the server after it comes back up

http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

Open the Debugging Tool

Click File

Open Crash Dump

C:\Windows\Minidump
(look for the dumpfile with the latest date/time)
.symfix

!reload

!analyze –v

The debug tool will now analyze the crash dump and display the results of the analysis