Lo group,
The following is driving me crazy:
I have connected to WMI (Win32_BaseBoard) to get some info about my
motherboard. As long as I hardcode the propertyname (for example
objWMI.Manufacturer) everything works fine (displays Asus).
However, what I would like to do is use a variable containing the value
"Manufacturer" and use that instead of the hardcoded propertyname.
Simply put I want something like objWMI.strKeyName.
Can it be done ?!?
TIA,
SomeDude