Proxy Agent with PowerShell?

Hello people,
I have a web application that needs to consult ips that are behind a Windows. The idea would be to develop a proxy-agent. Has anyone ever needed to do something like this? Anyone who has experience with this can send a message in private to talk.

Had discussions in the past about this, but have not built. Security from the website typically won’t allow access from the web server to the server, so you need to develop an agent that interfaces with a website API to get the information from the local device and upload to the web service. The discussion was about executing Powershell from the website on the local device. I’d seen folks try to run Powershell code as a Windows Service as well.