I've given a simple example below. Does anyone know what I have to do to output the string into two columns? My searching has not returned much in the way of formatting outputs into CSV. Please point me in the right direction!
$LogFile = c:\somefile.csv
"Hello World" | Out-File $LogFile
;instead of space.