Skip to content

Instantly share code, notes, and snippets.

@spy86
Created March 8, 2019 10:05
Show Gist options
  • Select an option

  • Save spy86/4e0043848d5a309d77e206deadc90b21 to your computer and use it in GitHub Desktop.

Select an option

Save spy86/4e0043848d5a309d77e206deadc90b21 to your computer and use it in GitHub Desktop.
Check - Number of Cores and Logical Processors
Get-WmiObject –class Win32_processor | ft systemname,Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors, Addresswidth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment