Search notes:

PowerShell command verb: format

format cmdLets

Some interesting PowerShell cmdLets whose verb is format can be determined like so:
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
PowerShell Core also has the cmdlet format-custom.
These cmdLets control which properties of an object are displayed.
format-table pivotizes the property values of the objects while format-list unpivotizes them.
format-wide only shows a single property.

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/...', 1758194039, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/verb/format/index(59): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78