Follow sqlserver-dba.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

SQLServer-DBA.com Links

Dba_db2_button

dba-ninja.com

SQL Server DBA Jobs

Number of physical processors with Powershell – number of cores

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

 

Read More

 SQL Server – More processor speed or cpu cores

CPU Count


Author: Tom Collins (http://www.sqlserver-dba.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

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.

Working...

Post a comment on Number of physical processors with Powershell – number of cores


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact|Copyright & Disclaimer