Search notes:

PowerShell cmdLet Get-WmiObject

In PowerShell 3.0, the cmdLet get-wmiObject was superseded by get-cimInstance.
get-wmiObject -query 'select * from meta_class' | select-object __class
get-wmiObject -query 'select * from meta_class where __class = "Win32_QuickFixEngineering"'

See also

get-wmiObject is one of the cmdLets with the -computerName and -asJob parameter.
Powershell command noun: wmiObject

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