Hi,
Anyone can help me on how the syntax for a powershell-script should be.
I wan't using powershell to get information on what CPU there is in the server.
This syntax gets me that : get-wmiobject Win32_Processor | select Architecture,Caption, Name,Version,Manufacturer,ProcessorType,NumberOfCores,NumberOfLogicalProcessors,deviceid
But how do I get that output? Write-show ????
Need help.