![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Verify Edit While Running Property Value
|
||
|
' 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 :: | ||