Project

IISParser

IISParser is a PowerShell module to read IIS logs. It's very fast and easy to use. This module is based on IISLogParser library that does all the heavy lifting.

Stars32
Forks6
Open issues0
PowerShell Gallery downloads220877
Releasev1.0.2
Language: C# Updated: 2026-02-14T21:44:28.0000000+00:00

Documentation

Install IISParser

Install IISParser for PowerShell or .NET.

Install the PowerShell module:

Install-Module -Name IISParser -Scope CurrentUser
Import-Module IISParser

Use the .NET library from NuGet:

dotnet add package IISParser