PS C:\> get-command -verb format | where-object { $_.commandType -eq 'cmdLet' -and $_.source -match 'powerShell' } | select-object name Name ---- Format-Custom Format-List Format-Table Format-Wide
format-custom. format-table pivotizes the property values of the objects while format-list unpivotizes them. format-wide only shows a single property.