Windows Memory
Summary
Summary
Settings - System - About - Device Specifications
Get-WmiObject Win32_PhysicalMemory | Format-List *
Capacity
Capacity
Get-WmiObject Win32_PhysicalMemory | Format-Table BankLabel, Capacity, Manufacturer
Form Factor
Form Factor
Get-WmiObject Win32_PhysicalMemory | Select-Object FormFactor
8 - DIMM
12 - SODIMM
Generation
Generation
Get-WmiObject Win32_PhysicalMemory | Select-Object SMBIOSMemoryType
24 - DDR3
26 - DDR4
Frequency
Frequency
Get-WmiObject Win32_PhysicalMemory | Select-Object Speed
Voltage
Voltage
Get-WmiObject Win32_PhysicalMemory | Select-Object ConfiguredVoltage
DDR 2.5V 2500mV
DDR2 1.8V 1800mV
DDR3 1.5V 1500mV
DDR4 1.2V 1200mV
Part/Serial Number
Part/Serial Number
Get-WmiObject Win32_PhysicalMemory | Select-Object PartNumber, SerialNumber
Bibliography
Bibliography