Hi there,
I am using out-file for output, and output file contains very long rows.. so I did e.g.:
>.myscript.ps1 | out-file c:tempoutfile.txt -width 4096 (it is working. ) I would like to use Export-Csv but "-width 4096" paramter is not working.
Could you please suggest something for csv?