198 Part IV: Classes
wscript.echo "Padding: " & objItem.Padding
wscript.echo "PNPDeviceID: " & objItem.PNPDeviceID
wscript.echo "PowerManagementCapabilities:"&objItem.PowerManagementCapabilities
wscript.echo "PowerManagementSupported: " & objItem.PowerManagementSupported
wscript.echo "ReportSetMarks: " & objItem.ReportSetMarks
wscript.echo "Status: " & objItem.Status
wscript.echo "StatusInfo:"&objItem.StatusInfo
wscript.echo "SystemCreationClassName: " & objItem.SystemCreationClassName
wscript.echo "SystemName:"&objItem.SystemName
wscript.echo
" "
next
Motherboard, Controller, and Port Classes
There are 50 classes used to represent the motherboard, controller, and port classes. These
classes can tell you information about processors, ...