December 2013
Intermediate to advanced
1872 pages
153h 31m
English
Several formatting cmdlets are very useful:
Format-Table (alias ft)—Cmdlet that prints out properties in a table-based format
Format-List (alias fl)—Cmdlet that prints out properties in a list-style format
Some simple examples of Format-Table can be easily demonstrated, as you can see here:
PS C:\book\test> Get-Process powershellHandles NPM(K) PM(K) WS(K) VM(M) CPU(s)Id ProcessName------- ------ ----- ----- ----- -------- ---------- 548 13 54316 13192 164 25.55 ...