$id = WMIQuery('Name','Win32_ComputerSystem',$computer)

for each $proc in $id
? $proc
next
_________________________
How to ask questions the smart way <-----------> Before you ask