For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scripts and script groups

Creating a script

A script can contain multiple commands executed sequentially. This allows you to combine interdependent actions within a single task, such as checking the status of a computer, saving the result, and changing the configuration.

1

Go to IT Management > Tasks.

2

Click +Add new script.

+Dodaj nowy skrypt
+Add new script
3

Enter the script name and select a script group.

4

Select a language: PowerShell or CMD.

5

Optionally, add a description that explains the purpose of the script.

6

Enter the script code and click Create script.

Tworzenie skryptu PowerShell wraz z wyborem grupy i języka.
Creating a PowerShell script with group and language selection.

Generating and editing scripts by eA Intelligence

When creating a script, you can use the Use eA Intelligence. Describe what the script should do, and AI will prepare a code proposal in the selected language.

You can continue talking to AI, ask for corrections or code expansion. When the result is ready, click Copy code and paste it directly into the script editor.

Code generated by AI does not run automatically. Before saving and deploying it, the administrator should review it.

Tworzenie i modyfikowanie skryptu za pomocą eA Intelligence.
Creating and modifying a script using eA Intelligence.

Script groups

Groups help keep the library organized, for example by separating administrative, diagnostic, security, or deployment scripts.

A group is not a task and does not run the scripts assigned to it. You select and run each script separately.

FAQ

Can I edit a script generated by AI?

Yes. You can modify the code as needed before saving the script. additionally, you can ask AI to edit it.

Edycja skryptu przez AI.
Editing a script by AI.
Does AI automatically run the generated script?

No. The script will be executed only after it is saved and the task is created by the administrator.

Last updated

Was this helpful?