Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active November 9, 2022 17:50
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save GuyHarwood/5540179 to your computer and use it in GitHub Desktop.
Save GuyHarwood/5540179 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