Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify Web Site Home Directory PropertiesContent of Modify Web Site Home Directory Properties.vbsMD5 Hash: 9ECD0D2EEA791B1AA7963DDFCB6F60A8 |
||
' Description: Demonstration script that modifies default Web site home directory metabase properties on an IIS server.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsWebServiceSetting") For Each objItem in colItems objItem.ContentIndexed = True objItem.DontLog = True objItem.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |