...
Ensure the SAM has been installed within your environment and licenses have been uploaded and set to “auto-assign”, more details can be found here: Installation Guide for Snare Agent Manager - Snare Agent Manager Documentation - Confluence (atlassian.net) and here: Licenses - Snare Agent Manager Documentation - Confluence (atlassian.net). The SAM is also part of the Snare Central product which includes the Agent Management Console for central management of the agent configurations, more details on installing Snare Central and accessing its built-in SAM can be found here: Installation - Snare Central v8 Documentation - Confluence (atlassian.net) here: Snare Agent Manager - Snare Central v8 Documentation - Confluence (atlassian.net) and here: Licenses - Snare Agent Manager Documentation - Confluence (atlassian.net).
Ensure that agents can communicate with the SAM on port 6262 (if using default) for licenses to be correctly issued.
You have exported a modified configuration for SAM licensing by following the “Export “Export configuration with SAM modification” modification - Snare Solutions - Confluence (atlassian.net)” guide.
Steps
Place the installation media in a shared location accessible by the remote systems.
Create a .bat file with the following contents, replacing “Path to install media” with the shared location in your environment and “Path to my .inf file” with the location of the configuration export:
Code Block "Path to install media\Snare-Windows-Agent-v5.6.1-x64.exe" /VerySilent /SuppressMsgBoxes /Reinstall /LoadInf="Path to my .inf file"
details of other available switches in the silent installer can be found here: Silent Install - Snare Windows Agent v5 Documentation - Confluence (atlassian.net)
Using deployment tools (SCCM, GPO etc) execute the script on systems running the SecureWorks agent.
The Snare enterprise agent will now be deployed with the collection polices from the system the configuration was exported from and be issued a license by SAM.
...