Pending Action Output Details

Erro ao executar a instalaçao remota de Softwares pelo SONAR.

O erro acontece ao clicar em:

Mensagem de erro exibida no LOG após executar a instalaçao e nao receber o retorno.

Verifique se o chocolatey está instalado no Endpoint. Instale com esse comando a seguir:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Atualizado

Isto foi útil?