Search notes:

PowerShell cmdLet out-gridView

out-gridView displays one or more objects in a GUI
Apparently, in order to run out-gridView in PowerShell core, the module Microsoft.PowerShell.GraphicalTools is required.

Showing an array

'foo', 'bar', 'baz' | out-gridView -title 'An array'
Github repository about-PowerShell, path: /cmdlets/gridView/out/array.ps1

Showing an array of psCustomObjects

[psCustomObject] @{ num = 1; english = 'one'  ; german = 'eins'; french = 'un'    },
[psCustomObject] @{ num = 2; english = 'two'  ; german = 'zwei'; french = 'deux'  },
[psCustomObject] @{ num = 3; english = 'three'; german = 'drei'; french = 'trois' } | out-gridView
Github repository about-PowerShell, path: /cmdlets/gridView/out/array-psCustomObjects.ps1

See also

Powershell command noun: gridView
PowerShell command verb: out

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