以编程方式修改 Windows Server 2008 R2 中的防火墙规则
我希望能够以编程方式在 Windows Server 2008 R2 中启用、禁用和创建防火墙规则。 从 .Net/PowerShell 修改防火墙规则的对象模型是什么?
I want be able to programmatically enable, disable, create firewall rules in Windows Server 2008 R2.
What is the object model to modify the firewall rules from .Net/PowerShell?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能有一组 WMI 类用于此目的,但我想指出您可以使用 PowerShell 中现有的命令行实用程序 netsh.exe。执行:
查看其选项。
There is probably a WMI set of classes for this but I wanted to point out that you can use the existing command line utility netsh.exe from PowerShell. Execute:
To see its options.
还有使用COM:
There's also using COM: