摘要: 1、 Out-File 示例: get-process | Out-File -filepath a.txt 跟“>”是一样的效果 输出 为普通文本 2、 Export-Clixml 示例: get-process | Export-Clixml -Path "a.xml" 输出为XML文件 3、 阅读全文
posted @ 2017-10-21 10:09 zhaotianff 阅读(6237) 评论(0) 推荐(0)