Once a category is created, create a script under the category.

Create a Script

Follow these steps to create a script:

  1. Select the category for which you want to create a script.
  2. Click +ADD.
  3. In ADD SCRIPTS screen, enter the following details:
SectionField NameField TypeDescription
General DetailsNameText FieldEnter the script name.
Execution TimeoutNumeric FieldSet the execution timeout in seconds.
DescriptionText FieldProvide a description of the script.
PlatformCheckboxSelect the target platform (Windows or Linux).
ScriptPowershellTabsEnter the Powershell script code in the provided text area.
PythonTabsEnter the Python script code in the provided text area.
ShellTabsEnter the Shell script code in the provided text area.
File NameText FieldSpecify the file name with the appropriate extension (.PS1).
ParametersNameText FieldEnter the name of the parameter.
DescriptionText FieldProvide a description of the parameter.
Default ValueText FieldSet a default value if needed.
TypeDropdownSelect the type of the parameter.
Data TypeDropdownChoose the data type of the parameter.
  1. Click ADD SCRIPT to save the configured parameter.
    Reporting apps

After a script is created, it is listed under the Category tab.

Manage the Scripts

Actions against the created script:

  • Edit: Modify the script if needed any changes.
  • Schedule: If you want to schedule the script to run to a specified time period.
  • Remove: Delete the script if it is no longer needed.
Reporting apps