Carter Shanklin has used Microsoft Office Document Imaging Library (MODI) to improve Eric Sloof’s script to detect Blue Screens of Death (BSoDs); it now captures the errors and converts them to text.

BlueScreenDetector

From Eric’s blog:

…first it captures a screenshot of a virtual machine. Secondly it uses the Toolkit Extensions to copy it to the local drive. When the PNG image is saved on the local drive, it’s converted to TIFF. The TIFF image will be used to extract the text using OCR.

It’s the kind of thing that non-IT people expect computers to be able to do, but which actually turn out to be rather difficult. It’s an incredible use of the various technologies involved - PowerCLI, the Toolkit Extensions, MODI and PrimalForms.