日期:2014-05-16  浏览次数:21312 次

命令行添加防火墙规则及改变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%\System32\inetsrv\appcmd set site /site.name:"Workflow Management Site" /+bindings.[protocol='http',bindingInformation='*:12291:']