Created
March 8, 2019 10:05
-
-
Save spy86/4e0043848d5a309d77e206deadc90b21 to your computer and use it in GitHub Desktop.
Check - Number of Cores and Logical Processors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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