# the 1-liner
wmic computersystem get model,name,manufacturer,systemtype
# Get RAM DIMM Slots
wmic memorychip get Capacity /format:list
Categories:
# the 1-liner
wmic computersystem get model,name,manufacturer,systemtype
# Get RAM DIMM Slots
wmic memorychip get Capacity /format:list