命令行平添防火墙规则及改变IIS站点的信息

命令行平添防火墙规则及改变IIS站点的信息

命令行添加防火墙规则及改变IIS站点的信息

Save it as batch file and run it to see what will happen

for set site infor, please make sure the sitename is existed.

rem add rule in Firewall setting: 12290,12291
cmd /c netsh advfirewall firewall add rule name=”WF Mgmt Site.” dir=in action=allow protocol=TCP LocalPort=”12290,12291″ Profile=”Domain,Private,Public”
rem add the port to site”Workflow Management Site”
%Windir%System32inetsrvappcmd set site /site.name:”Workflow Management Site” /+bindings.[protocol=’http’,bindingInformation=’*:12291:’]

命令行平添防火墙规则及改变IIS站点的信息

相关文章:

你感兴趣的文章:

标签云: