According to this: https://techuisitive.com/enclosure-chassis-types-value-description-configmgr-sccm/
The value "35" represents a "Mini PC"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using the PowerShell command Get-WmiObject Win32_SystemEnclosure | Select-Object -ExpandProperty ChassisTypes
, and it returns a value of 35
. I am trying to identify what this chassis type represents, but I cannot find this information in our documentation. Can someone clarify what chassis type 35
corresponds to and provide any relevant details about it?
https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-systemenclosure
According to this: https://techuisitive.com/enclosure-chassis-types-value-description-configmgr-sccm/
The value "35" represents a "Mini PC"
Those values are defined by SMBIOS
You can find official documentation in various PDF on DMTF site, like : https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.8.0WIP50.pdf
At
7.4.1 System Enclosure or Chassis Types
22h Embedded PC
23h Mini PC
24h Stick PC
=> 23h = 35 = "Mini PC"