Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Verify Edit While Running Property ValueContent of Verify Edit While Running Property Value.vbsMD5 Hash: 5B6B94CD32D1D5F8828293F24F42BFA2 |
||
' Description: Indicates whether IIS settings can be edited while the service is running.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * from IIsComputerSetting") For Each objItem in colItems Wscript.Echo "Enable Edit While Running: " & _ objItem.EnableEditWhileRunning Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |