Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Finally found my error, it was a problem with the FQDN name structure.
Sorry
