Search notes:

PowerShell cmdLet Get-CimInstance

get-cimInstance returns a Microsoft.Management.Infrastructure.CimInstance object.
get-cimInstance -class win32_powerplan -namespace root\cimv2\power
get-cimInstance -class win32_process | select processId, parentProcessId, name
Why does this not report the parentProcessId?
get-cimInstance -query 'select processId, parentProcessId, name from win32_process'

See also

With PowerShell 3.0, get-cimInstance superseded get-wmiObject
Microsoft.Management.Infrastructure.CimInstance
Powershell command noun: cimInstance

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