export-CSV
get-process powershell | export-csv -noTypeInformation -path $env:temp\ps-procs.csv get-content $env:temp\ps-procs.csv
-noTypeInformation
#
-encoding
Index