In this post I’ll go over some examples of how to parse log files with PowerShell, specifically my blog’s raw access log from cPanel.
Vlad shares several examples and explains the Powershell scripts. Most of them boil down to writing the correct regular expression and summing up results.