Loading ASP Free Topics...
Loading Forum Links...
Loading Dev Shed Topics...
Loading Dev Articles Topics...
Loading SEO Topics...
...
A how-to code example from ASPFree.
Set myServices = GetObject("winmgmts://dc1")set myObject = myServices.Get("Win32_Service")For each Prop in myObject.Properties_ MsgBox Prop.NameNext
Set myServices