Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够以编程方式在 Windows Server 2008 R2 中启用、禁用、创建防火墙规则。从 .Net/PowerShell 修改防火墙规则的对象模型是什么?
为此可能有一组 WMI 类,但我想指出您可以使用 PowerShell 中现有的命令行实用程序 netsh.exe。执行:
netsh firewall /?
查看它的选项。
还有使用COM:
$fw=new-object -com hnetcfg.fwmgr