■格式化
・Format-*
  ・Format-Wide
  ・Format-List       (常用,显示的更加详细)
    ・Format-Table    (常用)
                 ・ -AutoSize   (让表格更加紧凑)
      ・Format-Custom

-----------------------------

例子:

Power格式化显示(Format-Table Format-List)

-----------------------------

■输出
・Out-*
      ・get-process | Out-Null
      ・get-process | Out-File 1.txt
      ・get-process | Out-File -Append 1.txt

相关文章: