Elastic Agent silent install

Hi Folks,

I want to distribute the Elastic Agent through Windows SCCM onto 100 Windows Server.
Therefore, I would like to do a silent install of the elastic Agent on Windows.
Is there a way to give all the required parameters like Fleetserver URL, Token, etc., automatically to the installer ?

Thanks for your help! :slight_smile:

i'm in a simlar boat, it'll spit out of the syntax on the commandline.

  1. download the agent
  2. extract to folder
  3. run commandline as admin, elastic-agent install --help

I was successful using the following:
elastic-agent.exe install -f --url=URL --enrollment-token=UseYourOwnToken

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.