Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Instances of the IIsCertMapper ClassContent of List Instances of the IIsCertMapper Class.vbsMD5 Hash: BE8809A8838693BCCAA1A926B003CAB3 |
||
' Description: Demonstration script that displays all instances of the IIsCertMapper class.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * from IIsCertMapper") 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 :: |