NetXMS Support Forum

English Support => General Support => Topic started by: gdodd on February 14, 2018, 04:42:52 PM

Title: Agent Silent Install - Download config from server
Post by: gdodd on February 14, 2018, 04:42:52 PM
Is there an option during a Windows agent silent install to set the "Download configuration file from management server on startup"?
Title: Re: Agent Silent Install - Download config from server
Post by: pzandvoort on March 23, 2018, 08:47:03 PM
You can use /CENTRALCONFIG or /LOCALCONFIG to set this (defaults to /LOCALCONFIG).
We use "/VERYSILENT /DIR="C:\Program Files\NetXMS" /CENTRALCONFIG /SERVER=hostname_of_netxms_server /NOSUBAGENT=winperf" to do a completely blank install, and then serve the config from the server.

Peter