I need to obtain the results of get-wmiobject win32_processor | select-object -property processorId in a linux system. In order to do that, I first need to understa
get-wmiobject win32_processor | select-object -property processorId