01 May,2013 by Tom Collins
I want to view the Physical Porcessor information on the server . How can I view :
a) The name and amount of processors
b)The DeviceID
c)Number of cores
d)Number of Logical Processors
Use Powershell and Windows Management Instrumentation (WMI) . The Get-WMiObject cmdlet is great for system administration
Get-WmiObject –class Win32_processor | ft Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors
SQL Server – More processor speed or cpu cores
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |