Skip to content

stateoforegon-eis-css/F5LogTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published