Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 471 Bytes

File metadata and controls

23 lines (13 loc) · 471 Bytes

F5LogTools

Some PowerShell tools for working with F5 logs.

Getting Started

Clone the repo to get started...

$F5LogTools = "$($env:PSModulePath.Split(';')[0])/F5LogTools"

if (-not (Test-Path -Path $F5LogTools)) {

    $F5LogTools = (New-Item -Path $F5LogTools -ItemType Directory -Force).FullName

}

git clone https://github.com/stateoforegon-eis-css/F5LogTools.git $F5LogTools

Import-Module $F5LogTools

Get-Help ConvertFrom-F5Log -Examples