Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Web Service Metabase PropertyContent of Modify a Web Service Metabase Property.vbsMD5 Hash: DBBAD2EF56B36767E6CF5B98A953CAEA |
||
' Description: Demonstration script that modifies a Web service property (ConnectionTimeout) in the IIS metabase.
strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & "/W3SVC") objIIS.ConnectionTimeout = 60 objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |