Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify an NNTP Service Metabase Property Using ADSIContent of Modify an NNTP Service Metabase Property Using ADSI.vbsMD5 Hash: DC388DE727EEC69BEA67CA1361AB072B |
||
' Description: Demonstration script that modifies an NNTP service property (MaxConnections) in the IIS metabase.
strComputer = "LocalHost" Set objIIS = GetObject("IIS://" & strComputer & "/NNTPSVC") objIIS.MaxConnections = 5000 objIIS.SetInfo | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |