Skip to content

Instantly share code, notes, and snippets.

@andreimoment
Forked from GuyHarwood/parse-IIS-Log.cmd
Created January 8, 2019 20:30
Show Gist options
  • Save andreimoment/28882fe99df6a1a60c00edef1290e517 to your computer and use it in GitHub Desktop.
Save andreimoment/28882fe99df6a1a60c00edef1290e517 to your computer and use it in GitHub Desktop.
parse raw IIS logs using MS Log Parser into csv file
logparser -i:W3C -o:csv "SELECT * INTO c:\temp\results.csv FROM c:\temp\myLogFile.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment