$computer = 'computername'

$id = WMIQuery('CSName', 'Win32_Process', $computer ,'Description','explorer.exe')

for each $proc in $id
? $proc
next

using the WMIQuery() UDF


Edited by Radimus (2005-10-17 07:27 PM)
_________________________
How to ask questions the smart way <-----------> Before you ask