-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
不然打开防火墙看规则的时候很乱容易看漏。
Lines 57 to 63 in 53b66e2
| # 创建入站规则 | |
| New-NetFirewallRule ` | |
| -DisplayName $displayName ` | |
| -Direction Inbound ` | |
| -Program $file.FullName ` | |
| -Action Block ` | |
| -ErrorAction Stop ` |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels