Created format ps1xml. Needs tweaking some more.

This commit is contained in:
2019-11-05 20:36:08 +00:00
parent e36487983e
commit c7d81b75a1
3 changed files with 77 additions and 0 deletions

View File

@ -134,6 +134,8 @@ function Get-PSFirewallLog {
$fwEvent | Add-Member NoteProperty -Name $member.Name -Value $split[$member.Value]
}
$fwEvent.pstypenames.insert(0, 'PSWinFW.Log.Event')
$fwEvent
}
}