日期:2014-05-16 浏览次数:21394 次
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:']