I try to launch powershell commands from datasource acquisition script, but they finish with error:
Connecting to remote server xxx failed with the following error message : The WSMan client cannot process the request. Proxy is not supported und
er HTTP transport.
command:
$vols=gwmi win32_volume -comp computername (non FQDN)
with FQDN that trow an other error
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
No proxy set for the service account running WFA service.
Logged (with the same user) interactively or insight a WFA command that works
Any clues?