Loading ASP Free Topics...
Loading Forum Links...
Loading Dev Shed Topics...
Loading Dev Articles Topics...
Loading SEO Topics...
...
This script lists all properties in a collection, note Properties_
Set myServices = GetObject("winmgmts://dc1") set myObject = myServices.Get("Win32_Service") For each Prop in myObject.Properties_ MsgBox Prop.Name Next