$path = “C:\IISLogs\” $infile = “alllogs.txt” $outfile = “parsed.txt” $batch = 1000 [regex]$match_regex = ‘StringToFindInLogs’ [regex]$replace_regex = ‘BINGO’ $header_line =
Continue readingCreative or Skillful using the hands and mind in Tactics
$path = “C:\IISLogs\” $infile = “alllogs.txt” $outfile = “parsed.txt” $batch = 1000 [regex]$match_regex = ‘StringToFindInLogs’ [regex]$replace_regex = ‘BINGO’ $header_line =
Continue reading