< # .SYNOPSIS This script gets a list of non-working hardware using WMI. .DESCRIPTION This script re-implements another TechNet Scripting Gallery script that was written in VB (see http://tinyurl.com/y4hmtbr). This script first uses WMI to get system details, then gets and displays hardware that has errored. .NOTES File Name : Get-BrokenHardware.ps1 Author… Read the full text.