$filesremoved | export-csv -Path E:\Code\powershell\logs\filesremoved.txt -NoTypeInformation
我也試過如何使用適用於PowerShell 2的export-csv追加文件?
$filesremoved | export-csv -Path E:\Code\powershell\logs\filesremoved.txt -NoTypeInformation -NoClobber
文件似乎每次都被覆蓋。有沒有辦法繼續添加內容到文件?
我得到的錯誤
Export-Csv : A parameter cannot be found that matches parameter name 'Append'.
http://stackoverflow.com/a/21047532/1035521 –
對於那些誰正在尋找解決方案,請參閱我的文章http://stackoverflow.com/questions/38242541/alternative-to-append-export-csv-powershell/38243306#38243306 – DisplayName
這個最佳解決方案 http://stackoverflow.com/questions/38242541/alternative-to-append -export-csv-powershell?noredirect = 1&lq = 1 – DisplayName