How to use Get-WmiObject's class Win32_Processor with multi processor machines

487 Views Asked by At

In a multi processor machine, what does get-wmiobject -class 'win32_processor' processorId return ? The docs state

Remarks On a multiprocessor computer, one instance of the Win32_Processor class exists for each processor.

But where in the command/query you specify which processor to read from ? Does it default to the 1st ? How one queries the 2nd processor (how do you specify which instance of Win32_Processor to query) ?

Here is the output of get-wmiobject -class 'win32_processor' enter image description here

0

There are 0 best solutions below