mirror of
https://github.com/Thumbscrew/PSWinFW.git
synced 2025-07-01 02:25:27 +00:00
Updated psd to version 0.3. Updated README.
This commit is contained in:
BIN
PSWinFW.psd1
BIN
PSWinFW.psd1
Binary file not shown.
@ -27,3 +27,7 @@ Get Windows Firewall log on a remote computer using the Remote Registry service
|
|||||||
```powershell
|
```powershell
|
||||||
Get-PSFirewallLog -LogProfile Public -ComputerName MyRemoteComputer -Verbose
|
Get-PSFirewallLog -LogProfile Public -ComputerName MyRemoteComputer -Verbose
|
||||||
```
|
```
|
||||||
|
Get the last 100 events from the Private profile firewall log and follow the log:
|
||||||
|
```powershell
|
||||||
|
Get-PSFirewallLog -LogProfile Private -Tail 100 -Wait
|
||||||
|
```
|
Reference in New Issue
Block a user