![]() Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Modify a Web File Setting Metabase Property
|
||
' Description: Demonstration script that modifies a global Web file metabase property (EnableDocFooter) on a computer running IIS 6.0.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsWebFileSetting") For Each objItem in colItems objItem.EnableDocFooter = TRUE objItem.Put_ Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |