Skip to main content

Action Libraries

When creating a new action on a job, you can load action tasks preconfigured with table input, script body, and parameters. This helps you:

  • Perform operations that aren't available in one of the built-in action modules

  • Build custom action workflows to satisfy common use cases

  • Build custom remediation workflows, such as:

    • PowerShell Script / Action Body
    • Table references
    • Parameters

On the job's Configure > Action node, the Add from Library option opens the Libraries window with the available Action Libraries and operations:

Libraries window

When you choose a specific operation within a library, the action module adds the action to the job in a disabled state. The Action Properties page opens, which has a description, action module, and source table with relevant filters applied.

When you click the Configure Action link, the action module's wizard opens.

PowerShell Action Module Wizard

The following Action Libraries and Templates use the PowerShell Action module for running actions within the specific environment:

  • Active Directory
  • Azure Active Directory
  • ServiceNow
  • SharePoint Online
  • Windows

Each PowerShell script's comments include prerequisite information for that script. Typically, a script requires necessary cmdlets available and installed, as well as parameter inputs configured.

Create a Custom Action Library

You can also create and maintain custom libraries of action tasks for easy reference and use. After you configure an action task, add it to an Action Library:

Step 1 – From within the Action Selections view where the custom action tasks exists, right-click and copy the task.

Step 2 – Click the Add from Library link to open the Libraries window.

Step 3 – Click the green plus sign on the top left to add a new library.

Add custom library on Libraries window

Step 4 – In the pop-up window, specify a name for the library and click OK.

Libraries window paste button

Step 5 – Select the new library and paste the copied action task.

The custom action task is now available for use in other jobs through the Add from Library option.