Powershellből próbálok Linux kiszolgálótól kérdezni a következő módon:
$session = New-CimSession -ComputerName $name -Authentication Basic -Credential $credential Get-CimInstance -CimSession $session -ClassName CIM_Memory
Ez a következő hibát adja: Get-CimInstance : The WS-Management service cannot process the request. The resource URI is missing or it has an incorrect format. Check the documentation or use the following command for information on how to construct a resource URI: "winrm help uris".
Ha a CIMMemory-t átírom CIMProcessorra, úgy működik, tehát nem a kapcsolattal van a baj. A Get-CimClass -CimSession $session se működik.
Valakinek van ötlete, hogy mi lehet a probléma?