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
  • Select an option

  • Save andreimoment/28882fe99df6a1a60c00edef1290e517 to your computer and use it in GitHub Desktop.

Select an option

Save andreimoment/28882fe99df6a1a60c00edef1290e517 to your computer and use it in GitHub Desktop.

Revisions

  1. @GuyHarwood GuyHarwood renamed this gist May 10, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @GuyHarwood GuyHarwood created this gist May 8, 2013.
    1 change: 1 addition & 0 deletions parseIISlog.cmd
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    logparser -i:W3C -o:csv "SELECT * INTO c:\temp\results.csv FROM c:\temp\myLogFile.log"