Powershell oneliner to find kind of CPU or Motherboard or RAM
The following Posh one liner command will enable you to find out what kind of CPU you have or Motherboard model or RAM slot & manufacturer details.
Get-Wmiobject Win32_PhysicalMemory (RAM)
Get-WmiObject Win32_BaseBoard (Motherboard)
PS C:\Users\User> Get-WmiObject Win32_PhysicalMemory
__CLASS : Win32_PhysicalMemory
__SUPERCLASS : CIM_PhysicalMemory
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_PhysicalMemory.Tag="Physical Memory 1"
__PROPERTY_COUNT : 30
__DERIVATION : {CIM_PhysicalMemory, CIM_Chip, CIM_PhysicalComponent, CIM_PhysicalElement...}
__SERVER : WIN8
__NAMESPACE : root\cimv2
__PATH : \\WIN8\root\cimv2:Win32_PhysicalMemory.Tag="Physical Memory 1"
BankLabel : Node0_Bank0
Capacity : 8589934592
Caption : Physical Memory
CreationClassName : Win32_PhysicalMemory
DataWidth : 64
Description : Physical Memory
DeviceLocator : Node0_Dimm1
FormFactor : 8
HotSwappable :
InstallDate :
InterleaveDataDepth : 0
InterleavePosition : 0
Manufacturer : Undefined
MemoryType : 0
Model :
Name : Physical Memory
OtherIdentifyingInfo :
PartNumber : SRT8G86U1-P9M
PositionInRow : 1
PoweredOn :
Removable :
Replaceable :
SerialNumber : 42C20300
SKU :
Speed : 800
Status :
Tag : Physical Memory 1
TotalWidth : 64
TypeDetail : 16512
Version :
PSComputerName : WIN8
PS C:\Users\User> Get-WmiObject Win32_BaseBoard
Model :
Name : Base Board
SerialNumber : To be filled by O.E.M.
SKU :
Product : F2A55M-DS2
0 comments :