Execute the below powershell script to get the number of cores and logical processors on the server.
Get-WmiObject –class Win32_processor | ft systemname,Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors, Addresswidth
You can even check all the processor values from win32_Processor class.
Get-WmiObject –class Win32_processor | select *
Great input! Thanks
the command is very inconstant. one time it will show all of the processors the next time it will not. Typical MS
Pingback: How to gather anything you want from a system and write it to Log Analytics
great post ! 10x
Pingback: How to gather anything you want from a system and write it to Log Analytics - Catapult Systems