These examples are working. However, my end goal is to show a freespace to disk size ratio. To do that I'd like to have PowerShell do the parsing of the individual values rather than using AutoIT to sort through the output afterwards. My problem is how to get PowerShell to spit out the values one at a time to AutoIT... Dim $pid, $pid2, $ourOutput, $strComputer $strComputer = "myComputerName" ; Open with connections to STDIN and STDOUT $pid = Run("powershell.exe Get-WmiObject -computer "