Skip to main content

Deployment Methods

Pick the method that matches how you manage endpoints. Every method installs the same agent; they differ in how properties are supplied.

MethodBest forNotes
Single machineOne-off or testingGUI run, or a silent command.
RMM mass-deployFleets via an RMMSilent command as SYSTEM, per-client variable mapping.
Group Policy (GPO)AD-joined WindowsMSI only, properties go in an MST transform. One MST per client.
Microsoft IntuneIntune-managed WindowsWin32 app, install command, service-based detection. One app per client tenant.
CLI / scriptedAutomationOne PowerShell snippet that downloads, verifies, and installs.

Before you start

  1. Confirm endpoints meet the minimum system requirements.
  2. Choose your deployment scope so you know which properties to pass.
  3. Download and verify the installer, and keep the expected SHA-256 handy.
GPO and Intune bind values at package time

With Group Policy and Intune, the registration token and client identifiers bind when you build the package (the MST transform or the Win32 app), not per endpoint. Build one package per client when you deploy to client organizations.

Accepting the license

Every silent command includes EULA=ACCEPT, which accepts the SparkLogs Agent license. The interactive GUI installer prompts for the license instead.