Monthly Archives: March 2008

Nothing’s Perfect Including PowerShell

Today I needed to count the number of errors in a log file.  Pretty straightforward stuff that I would typically accomplish like so: 5> Select-String ‘^\d+,Error’ Messages.log | Measure-Object And that normally works well for me – except for today.  … Continue reading

Posted in PowerShell | 7 Comments