Skip to main content

Config Catalog

The Config Catalog is your library of configuration profiles. Each entry is a command (PowerShell, a registry change, or a shell command) or a script file that you can run across endpoints- for example to set a registry value, apply a tweak, or remediate a finding. Configuration Automation works just like Software Automation: build a catalog item, optionally bundle it, then deploy it.

How to get here

You need View Configuration permission.

  1. In the left sidebar, click Automation → Configuration Automation.

Navigate to: Automation → Configuration Automation → Config Catalog

URL path: /automation/configuration-automation

The Config Catalog screen

The Config Catalog showing configuration profiles as cardsThe Config Catalog showing configuration profiles as cards

Configurations show as cards by default; switch to a table with the list / card toggle. Search and the tag filter panel narrow the list, and Create adds a new configuration.

The Config Catalog switched to list view- a sortable table of configurationsThe Config Catalog switched to list view- a sortable table of configurations

In list view the columns are:

ColumnWhat it shows
ID / NameThe configuration (a link).
DescriptionWhat it does.
OSTarget platform.
Typecommand or script.
RemediationWhether it's marked as a remediation action.
Created By / Created OnWho added it and when.

How do I add a configuration?

Click Create. The configuration form opens in a drawer.

The Create configuration formThe Create configuration form
FieldRequiredNotes
Configuration NameYesThe display name.
Configuration TypeYesCommand or Script. Can't change after create.
OSYesWindows, Linux, or macOS. Can't change after create.
ArchitectureYesx64, x86, or amd64.
DescriptionYesWhat it does.
TagsNoCategory tags.
Is RemediationNoMarks this as a remediation action.
Command (command type)YesThe command to run. On Windows, pick Command Type- PowerShell, Registry, or Command.
Script File (script type)YesUpload the script to run.

Generate a command or script with AI

Don't want to write the command yourself? Both the Command and Script File fields include a Generate Command / Generate Script button (marked with the AI icon) that drafts it for you from a plain-English description.

  1. In the configuration form, set the OS and Command Type, then click Generate Command.
  2. Describe what you want in Command Description- for example: "List all running Windows services and their current status."
  3. Click Generate. The AI returns a ready-to-use script in the Result pane.
The Generate Command Using AI modal: a plain-English prompt on the left and the generated script on the rightThe Generate Command Using AI modal: a plain-English prompt on the left and the generated script on the right

Review the generated script, edit it inline if needed, then click Use Selected Command (or Save Script) to drop it into the form.

note

The generator uses the platform and command type from the form, so set those first for the best result. It requires the AI service to be enabled for your environment.

Tips & troubleshooting

  • Type and OS are locked when editing. They define the configuration's shape- create a new one instead of changing them.