powershell display firewall rules name
Get-NetFirewallRule -Direction OutBound -Action Block -Enable True |
Format-Table -Property Name,
DisplayName,
DisplayGroup,
@{Name='Protocol';Expression={($PSItem | Get-NetFirewallPortFilter).Protocol}},
@{Name='LocalPort';Expression={($PSItem | Get-NetFirewallPortFilter).LocalPort}},
@{Name='RemotePort';Expression={($PSItem | Get-NetFirewallPortFilter).RemotePort}},
@{Name='RemoteAddress';Expression={($PSItem | Get-NetFirewallAddressFilter).RemoteAddress}},
Enabled,
Profile,
Direction

PowerShell相关代码片段

powershell basename replace

how to replace string file name powershell

get-childitem supress errors silently

install python command line windows

Saved Windows Credentials

CMD & Powershell History

How to save Jira attachments using powershell

How to download jira attachments using curl

Download Jira attachments powershell

Download attachment from Jira task to local filesystem

windows 10 debloat

disable defender powershell

How to clear in Windows Powershell

powershell take ownership recursive command

powershell display firewall rules name

ps where-object

powershell import csv file to pscustomobject

powershell remove node_modules

start-process pwsh

change increase windows scroll bar slider width

call function powershell

powershell -executionpolicy bypass -file

how to write double quotation marks in string powershell