# the 1-liner
wmic computersystem get model,name,manufacturer,systemtype
# Get RAM DIMM Slots
wmic memorychip get Capacity /format:list
Random Notes from a Computer IT Worker
# the 1-liner
wmic computersystem get model,name,manufacturer,systemtype
# Get RAM DIMM Slots
wmic memorychip get Capacity /format:list