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

See also

Displaying objects in the console
Powershell command noun: formatData

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1740464467, '3.17.165.204', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/formatData/get/index(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78