Search notes:

PowerShell command verb: Write

The following table lists the cmdLets with the write verb and the associated preference variable (whose type is System.Management.Automation.ActionPreference) that controls controls the behavior of the write-* command:
Preference variable Valid values
write-debug $debugPreference Stop, Inquire, Continue, SilentlyContinue
write-error $errorActionPreference Break, Continue, Ignore, Inquire, SilentlyContinue, Stop, Suspend
write-information $informationPreference Stop, Inquire, Continue, Suspend, SilentlyContinue
write-output n/a
write-progress $progressPreference Stop, Inquire, Continue, SilentlyContinue
write-verbose $verbosePreference Stop, Inquire, Continue, SilentlyContinue
write-warning $warningPreference Stop, Inquire, Continue, SilentlyContinue

TODO

System.Management.Automation.ActionPreference

See also

Typically, the output that is written with write- commands is interpreted by the PowerShell host, see also the $host.ui.write…() methods.
The background and foreground colors of the written message for these write-* cmdlets, except for write-information, can be configured with the $host.privateData object.
The verb out.
CmdLets that create files include

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