Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List IIS FiltersContent of List IIS Filters.vbsMD5 Hash: 6ED817AFEF37FCE447F914997A7A9595 |
||
' Description: Displays a list of IIS filters.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsFilters") 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 :: |