Search notes:

CIM Class Win32_ComputerSystem

The class hierarchy of win32_computerSystem is:
cim-classHierarchy (get-cimClass win32_computerSystem)
ROOT/Cimv2 CIM_ManagedSystemElement
ROOT/cimv2 CIM_LogicalElement
ROOT/Cimv2 CIM_System
ROOT/Cimv2 CIM_ComputerSystem
ROOT/Cimv2 CIM_UnitaryComputerSystem
ROOT/Cimv2 Win32_ComputerSystem

Total physical memory

Determine the total amount of physical memory on the command line:
(get-cimInstance Win32_ComputerSystem).totalPhysicalMemory / 1gb

Detect if a hypervisor is present

(get-cimInstance Win32_ComputerSystem).hypervisorPresent
If this command returns True, it does not necessarily mean that the command was executed within a virtualized machine.

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:51 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(51): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(66): id_of(Object(PDO), 'uri', '/notes/Windows/...') #2 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1788398967, '216.73.217.21', 'Mozilla/5.0 App...', 'https://renenyf...') #3 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/Management-Instrumentation/namespaces/ROOT/cimv2/win32/computer/system/index(51): insert_webrequest() #4 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 51