How to Quickly Retrieve Errors from OS Deployment Logs with PowerShell

I saw an interesting post yesterday by Keith Garner on using PowerShell's "Select-string" to search OS deployment logs and find errors by searching on the entry type instead of the usual way that the CMTrace utility does it - by highlighting keywords.  I decided to take the idea further and create a script that will search … Continue reading How to Quickly Retrieve Errors from OS Deployment Logs with PowerShell