Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

Need Powershell command to list # CORES per computer -- qualified by Computer "name"

$
0
0
We need to list #CORES per SQL Server Computer in our environment.  (we have over 200 SQL Servers).  This Powershell command works great for 1 computer:

Get-CimInstance -ClassName 'Win32_Processor' | Select-Object -Property 'DeviceID',

Viewing all articles
Browse latest Browse all 467

Trending Articles