Hi there,
is it possible to use a seperate Proxy for the Zenworks Agent? I have not found something in the Documentation or the Forum so far. While searching i downloaded the PreAgentPkg_Agent.exe from our ZCM-Server and extractet it. I found the ZENPreAgent.exe.config and the appSettings look interesting but since i havent found a documentation i dont know what to do.
Any suggestions about the config-file or another way to set a proxy for the agent?
Thanking you in advance,
Niklas
is it possible to use a seperate Proxy for the Zenworks Agent? I have not found something in the Documentation or the Forum so far. While searching i downloaded the PreAgentPkg_Agent.exe from our ZCM-Server and extractet it. I found the ZENPreAgent.exe.config and the appSettings look interesting but since i havent found a documentation i dont know what to do.
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<!--add key="requestPort" value="12345"/>-->
<!--<add key="replyAddr" value="137.65.167.32"/>-->
<!--add key="replyKey" value="128"/>-->
<add key="RESPONSE_TEST" value="1"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
<supportedRuntime version="v2.0.50727"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Thanking you in advance,
Niklas