> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/group-actions.md).

# Group actions

## Additional options

Window **Actions** is divided into several sections, enabling various operations on selected computers.&#x20;

<figure><img src="/files/17cae1a046eb5a2e06bc2a59d8e2ab2edefc0c77" alt="" width="344"><figcaption></figcaption></figure>

<figure><img src="/files/1f9e9eeb9cccfc37080d556a719b3b967fcabb86" alt="" width="238"><figcaption></figcaption></figure>

### Management section

* **Structure -** Assigning organizational structure.
* **Users -** Assigning a user to a device.
* **Tags -** Assigning tags to devices.
* [**Documents**](broken://pages/98b8ed039f956d5bc0f4091b5cad2c22a4e6a4b3) **-** Generating handover and return documents.
* **Archive** - Archiving the device, which disables remote management and monitoring.&#x20;

{% hint style="info" %}
\[**Archive**] We are working on this feature. We will inform you about its deployment in the changelog as soon as it is available.
{% endhint %}

* **Delete -** Deletion of the device and uninstallation of the agent. WARNING: Irreversible process!

{% hint style="warning" %}
**Note:** **Deletion** is irreversible! It results in the loss of remote management capabilities and requires reinstallation to restore connectivity. **Archiving** preserves the device history.
{% endhint %}

### Tasks

* **Rescan -** Forcing a device scan. The agent performs an out-of-schedule scan, allowing files, registry, or hardware to be scanned. Data update may take up to an hour, depending on the device and connection quality.
* **Messages -** Sending a message to the computer.

{% hint style="info" %}
\[**Rescan**]\[**Messages**] We are working on this feature. We will inform you about its deployment in the changelog as soon as it is available.
{% endhint %}

* **Restart -** Restarting the computer.
* **Shut down -** Shutting down the computer.
* **Restart the agent -** Restarting the service on the device.
* **Stop the agent -** Stopping the service on the device.

{% hint style="warning" %}
**Note**: Disabling the agent results in the loss of remote management capabilities; to restore connectivity, the service must be restarted locally. The service starts automatically with the operating system boot, unless its configuration has been changed locally by a user with administrator privileges.
{% endhint %}

### Tools (Tools)

* **RTC -** Remote connection to the user's desktop. More information about [RTC](/eacloud-docs-en/features/it-management/rtc.md).
* **Encryption -** Disk encryption using BitLocker. More information about [BitLocker](/eacloud-docs-en/features/it-management/encryption.md).
* **Tasks -** Remote execution of CMD and PowerShell commands. More information about [Task Server](/eacloud-docs-en/features/it-management/tasks.md).
* **Updates -** Windows update management. More information about [Update Server](/eacloud-docs-en/features/it-management/updates.md).&#x20;

{% hint style="warning" %}
Feature availability depends on the purchased plan.
{% endhint %}

### Installation

* **Remote installation -** Remote installation of MSI/EXE files. More information about [Installation Server](/eacloud-docs-en/features/it-management/installation-server.md).&#x20;
* **Employee panel installation -** Installation of Work Time Manager, the employee panel allows users to monitor their own statistics shared by the administrator and access additional features resulting from the installed software version. More about [Configuration ](/eacloud-docs-en/features/tools/configuration/employee-panel.md)Employee Panel.

{% hint style="info" %}
\[**Employee panel installation**] We are working on this feature. We will inform you about its deployment in the changelog as soon as it is available.
{% endhint %}

* **Install RTC -** Installation of the remote desktop tool on the device.
* **Uninstall the agent -** Uninstallation of the eAgent service from the device.

{% hint style="warning" %}
**Note**: Uninstalling the agent results in loss of connection to the device, which prevents further operations. The agent must be reinstalled to restore connectivity.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/group-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
