Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

Output files

$
0
0

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:\temp\outfile.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?


Viewing all articles
Browse latest Browse all 8411

Trending Articles