When we run. We get a machine code of None on Windows.
If we run the associated command that is executed in Powershell:
Powershell > Get-CimInstance -Class Win32_ComputerSystemProduct
Get-CimInstance : Invalid Class
So no output is sent to stdout, and "" goes to None in the callers. Do you know the reason for this and a way to solve? This is rather urgent. It is our first client we would like to get running with our software.
Thanks in advance for your answer.
When we run. We get a machine code of None on Windows.
If we run the associated command that is executed in Powershell:
Powershell > Get-CimInstance -Class Win32_ComputerSystemProduct
Get-CimInstance : Invalid Class
So no output is sent to stdout, and "" goes to None in the callers. Do you know the reason for this and a way to solve? This is rather urgent. It is our first client we would like to get running with our software.
Thanks in advance for your answer.