windows - Unable to run powershell script remotely leading to test agent deployment failures in Azure -


i having setup need run automation script test agent. build step fails following message

connecting remote server devbox02 failed following error message  : client cannot connect destination specified in request. verify  service on destination running , accepting requests. consult logs ,  documentation ws-management service running on destination, commonly iis or winrm. if destination winrm service, run following command on  destination analyze , configure winrm service: "winrm quickconfig". more  information, see about_remote_troubleshooting topic.'. troubleshooting 

but when analysed test agent machine, getting messsage winrm service running

ps c:\windows\system32> winrm quickconfig winrm service running on machine. winrm set remote management on computer. ps c:\windows\system32> 

not sure why getting message when able see winrm service , running

i have configured firewall exception .

please me in pointing missing. lot

winrm/remote powershell service isn't configured correctly, try reconfigure service following steps here: how run powershell commands on remote computers.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -