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
Project
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.
Documentation
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