Search notes:
PowerShell cmdLet Get-FormatData
PS:> (Get-FormatData System.Diagnostics.Process).FormatViewDefinition[0].Control.Headers
Label Alignment Width
----- --------- -----
Handles Right 7
NPM(K) Right 7
PM(K) Right 8
WS(K) Right 10
CPU(s) Right 10
Right 6
Right 3
Undefined 0
PS:> (Get-FormatData System.Diagnostics.Process).FormatViewDefinition[0].Control.Rows.Columns
Alignment DisplayEntry FormatString
--------- ------------ ------------
Undefined property: HandleCount
Undefined script: [long]($_.NPM / 1024)
Undefined script: [long]($_.PM / 1024)
Undefined script: [long]($_.WS / 1024)
Undefined script: if ($_.CPU -ne $()) { $_.CPU.ToString("N") }
Undefined property: Id
Undefined property: SI
Undefined property: ProcessName