my problem is because $WMI_RESULT = $wmiObj.$aEntry[$i] don't return the information.
Normally, if $i = 2, $aEntry[$i) may return Name and $wmiObj.$aEntry[$i] may return the information
I think my code is wrong.