WMIC (Windows Management Interface Command) is a command line tool that returns information about the system where it's run. To open a command line shell, at the bottom of the screen, left side of the taskbar, in the Windows search text box, type cmd. In the menu that appears, select Command Prompt. To learn your computers model, vendor, and serial number, type the command shown below at the command prompt.
wmic cpu get deviceid,numberofcores,numberoflogicalprocessors

This will return the number of Cores/Logical Processors for each CPU on your machine.
More Windows Administration Information:
• Retrieving Information from Computers Belonging to an Active Directory OU
• PowerShell Script to Show Last 5 Errors in Event Log
• Network Security Through the Principle of Least Privilege
• Free Tool to Uninstall Windows 10 Store Apps
• A Handful of Useful Run Commands: calc, notepad, wordpad, voice recorder, control
• Disable Kernal Paging to Speed Up Windows
• Introduction to DOS
• What Are Windows Server Containers?
• How to Setup DHCP (Dynamic Host Configuration Protocol) on a Windows Server
• What is the difference between MSI and EXE Installations?
