i am not using the wmiquery() udf as of now so this is what i did. I do not have any drive less that 1gig so it shouls work
code:
For Each $objItem In $colItem3
$hd = $objItem.Size
$hdGB =Left($hd,Len($hd)-9)
Next