Windows Firewall

From UVOO Tech Wiki
Revision as of 18:46, 19 November 2020 by Busk (talk | contribs)
Jump to navigation Jump to search
(Get-NetFirewallProfile -Name Domain | Get-NetFirewallRule | select DisplayName | findstr "Skype" | Measure-Object).Count
((Get-NetFirewallProfile -Name Domain | Get-NetFirewallRule | select DisplayName | findstr "Skype" | Measure-Object) | select Count).Count
Get-NetFirewallProfile -Name Private | Get-NetFirewallRule | select -first 3 -property action,direction