Agent Zip Install

Anyone know if there is a zip version of the agent I can download - that way I can control the serviceName or multiple agents (prod and dev) on the same server

@adam Is this one a possibility, or could I copy the binary folder and regsister the service manually to have a prod and dev agent on the same eventhub - the goal is for ourdev to be as close to prod as possible

Why not just have them on separate servers and use the same codebase from git - or a branch of it and keep it rebased every so often?

Having both prod and dev installed on the same server just generally seems like a bad idea/not best practice to me!

Btw, the zip version is linked here: PowerShell Universal - 5.6.9 - PowerShell Universal / releases - Ironman Software Forums

hi hi, For the server side we have a dev and a prod server, deploy, and upgrade it via CICD yeah, thats what we do. The question I’ve got is about the Agent

For more context, we have 3 agents in other security zones, and use them for a few specific tasks like reading infra details from servers that have no connectivity with the networks the PSU server is on. This way we allow one Agent on one port to communicate to the PSU server through a security device and not need to open things like SMB in the firewall to check content on fileservers, etc

When developing items that use the Agent/EventHub I want to put the development agent on the same VM in that security zone to test the path between the zones and connectivity, before pushing the code to production

ah sorry, misunderstood, obviously I missed the agent part!