mirror of
https://github.com/Thumbscrew/PSWinFW.git
synced 2024-11-13 01:23:56 +00:00
5 lines
136 B
PowerShell
5 lines
136 B
PowerShell
|
Import-Module .\PSWinFW.psm1 -Force
|
||
|
|
||
|
$path = Get-PSFirewallLogPath -LogProfile Public -ComputerName stb603970 -Verbose
|
||
|
|
||
|
Write-Host $path
|