Don't pipe the output to the screen and then export to csv. Just do: $Object.Member | export-csv -filepath $path. Export-csv works with Objects, not sure if ...
確定! 回上一頁