Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List MIME MapsContent of List MIME Maps.vbsMD5 Hash: 974CDC404563A2DA81A6AC62C97D1B67 |
||
' Description: Lists IIS MIME maps.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsMimeMap") 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 :: |