我得到了我需要的信息,虽然当我去导出信息时,我得到了一个错误。
当我运行此代码时:
get-process | Export-csv -Path "C:\export.csv" -NoTypeInformation
我收到此错误:
Export-csv : Access to the path 'C:\export.csv' is denied.
At line:1 char:14
+ get-process | Export-csv -Path "C:\export.csv" -NoTypeInformation
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
如何导出为 CSV?