Forum Discussion
hjeppesen
Mar 12, 2024Copper Contributor
Private Link/Endpoint and Run Command not working
Hi, I have setup a private endpoint and it seems to be working. Both existing and new servers are added and reporting as expected over the private endpoint. But I have issues with the RunCommand...
Mar 06, 2025
hi,
please execute
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
on Powershell before executing any other command or script. it will work.