I'm using PassThru() to get back raw output from the command line. Simple commands such as 'ping' and 'who' work fine, but when I attempt to get the output of 'host -a host www.anything.com', nothing gets returned. Suggestions?
-Steve