Search notes:

PowerShell: the automatic variable $host

The type of $host is System.Management.Automation.Internal.Host.InternalHost:
PS C:\> $host.GetType().FullName
System.Management.Automation.Internal.Host.InternalHost
$host refers to the same object that also get-host returns.

Change the window's title

$host.ui.rawUI.windowTitle = 'Foo bar baz'

See also

$host.ui and $host.ui.rawUI
Other automatic variables
PowerShell host

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/...', 1745370171, '160.79.111.164', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/language/variable/automatic/host/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78