How to determine device model with PowerShell

Get-CimInstance -ClassName Win32_ComputerSystem
Name             PrimaryOwnerName          Domain                   TotalPhysicalMemory      Model                    Manufacturer
----             ----------------          ------                   -------------------      -----                    ------------
DESKTOP-0DRJUG2  dmitriano@outlook.com     WORKGROUP                34213654528              Z390 AORUS PRO           Gigabyte Technology C...

1 Response to How to determine device model with PowerShell

  1. dmitriano says:

    Get a registry value: Get-Item -Path Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language

Leave a Reply

Your email address will not be published. Required fields are marked *