Get-WmiObject -Class "Win32_PhysicalMemoryArray"
Get-WmiObject -Class "Win32_PhysicalMemory" | Format-Table BankLabel
wmic Memphysical get MemoryDevices
wmic MemoryChip get BankLabel, DeviceLocator, Capacity
sudo snap install dmidecode-tool
sudo dmidecode -t 16
sudo dmidecode -t 17