Üdv!
A problémám az, hogy még mindig nem tudtam egy épkézláb lekérdezést indítani wsman segítségével. Identify működik, de enumerate-el még nem tudtam hibakód nélküli lekérdezést indítani. Jelenleg a következővel akadtak problémák:
A kiadott parancs:
wsman -h 10.6.xx.xx -u username -p password --port 8889 enumerate 'http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PCIDevice'
A válasz:
<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">
<s:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To>
<wsa:Action>http://schemas.dmtf.org/wbem/wsman/1/wsman/fault</wsa:Action>
<wsa:RelatesTo>uuid:093fa634-f6e9-16e9-8002-0beff0290c00</wsa:RelatesTo>
<wsa:MessageID>uuid:09172b14-f6e9-16e9-8011-002623565000</wsa:MessageID>
</s:Header>
<s:Body>
<s:Fault>
<s:Code>
<s:Value>s:Receiver</s:Value>
<s:Subcode>
<s:Value>wsman:InternalError</s:Value>
</s:Subcode>
</s:Code>
<s:Reason>
<s:Text xml:lang="en">HTTP response code said error</s:Text>
</s:Reason>
</s:Fault>
</s:Body>
</s:Envelope>
Connection failed. response code = 500
Mi lehet a hiba, hol rontom el a dolgot?