This article applies to:

Windows Server 2016

Here is an example of a PowerShell command you can use to collect info on your server CPUs

Copy to Clipboard

AAA

The command will produce following output:

SystemName DeviceID Manufacturer Name                                      NumberofCores NumberofLogicalProcessors
---------- -------- ------------ ----                                      ------------- -------------------------
SERVER1    CPU0     GenuineIntel Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz            14                        28
SERVER1    CPU1     GenuineIntel Intel(R) Xeon(R) CPU E5-2680 v4 @ 2.40GHz            14                        28
Dejan Foro