Get CPU Logical and Physical Core Count
Get-WmiObject -class Win32_processor -Impersonation 3 -ComputerName xxxx.domain.tld,xxxx.domain.tld,xxxx.domain.tld,xxxx.domain.tld | ft systemname,Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors, Addresswidth
Get-WmiObject -class Win32_processor -Impersonation 3 -ComputerName xxxx.domain.tld,xxxx.domain.tld,xxxx.domain.tld,xxxx.domain.tld | ft systemname,Name,DeviceID,NumberOfCores,NumberOfLogicalProcessors, Addresswidth
Comments
Post a Comment