Search notes:

PowerShell cmdLet: ConvertTo-SecureString

The cmdLet convertTo-secureString converts plain text or encrypted strings to a «secure string» (which is data that is to be removed from memeory as soon as it is no longer needed).

-asPlainText -force

When using the parameter -asPlainText, the cmdLet also requires that the parameter -force is specified.
The documentation says about -force:
Confirms that you understand the implications of using the AsPlainText parameter and still want to use it.

See also

Powershell command noun: secureString

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