Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Instances of the IIsFilter ClassContent of List Instances of the IIsFilter Class.vbsMD5 Hash: 945C551AB5FC8E6DC3130D677BF7BCFE |
||
' Description: Demonstration script that displays all instances of the IIsFilter class.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsFilter") For Each objItem in colItems Wscript.Echo "Name: " & objItem.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |