From 1a07e1750ebfdc97dc848149f94be56ac9e47171 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Fri, 29 Nov 2019 11:46:44 +0000 Subject: [PATCH] Updated psd to version 0.3. Updated README. --- PSWinFW.psd1 | Bin 8186 -> 8186 bytes README.md | 4 ++++ 2 files changed, 4 insertions(+) diff --git a/PSWinFW.psd1 b/PSWinFW.psd1 index df06a5840fb73bb98310a6123ce1e45f45a96937..54ac9ddd0a8b59f6b9c22324ddcab321ac69e9fe 100644 GIT binary patch delta 14 Vcmexm|I2=Z9uuSSW__m9vH&j?1ycY3 delta 14 Vcmexm|I2=Z9uuR{W__m9vH&j+1yTS2 diff --git a/README.md b/README.md index 37b1fa2..34120cd 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,8 @@ Get-PSFirewallLog -LogProfile Domain Get Windows Firewall log on a remote computer using the Remote Registry service to get the log path: ```powershell 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 ``` \ No newline at end of file