powershell - CSVの列をダブルクォーテーションで囲む

CSVの列をダブルクォーテーションで囲む
> import-csv "sample.csv" | export-csv "sample_out.csv" -NoTypeInformation