I'm trying to disable the default management point on the universal forwarders (8089) with the deployment server and I'm having a hard time getting the deployment server to deploy correctly. I have created the app that should disable it and it successfully pushes, but when I do a netstat, it's still listening. Anyone have any advice or see anything I'm doing incorrectly? If I edit the local\server.conf on the test server, it successfully disables the management port.
Thanks!
On the deployment server
deployment-apps\disable_mgmt_app\etc\system\local\server.conf
[httpServer]
disableDefaultPort = true
↧