mirror of
https://github.com/Thumbscrew/PSWinFW.git
synced 2025-07-02 02:49:06 +00:00
Created format ps1xml. Needs tweaking some more.
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user