> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/configure-a-report-entry-in-remote-desktop-manager.md).

# Configurar una entrada de informe en Remote Desktop Manager

La ***entrada Report*** genera un informe personalizado con las propiedades adecuadas y, si es necesario, criterios específicos para seleccionar las entradas que se incluirán en el informe.

1. Para obtener los nombres de las propiedades de sus entradas, vaya a Remote Desktop Manager.
2. Seleccione sus entradas y haga clic en ***Home*** – ***Clipboard*** – ***Copy*** en la cinta de opciones. Como alternativa, puede hacer clic con el botón derecho en la selección de entradas y seleccionar ***Clipboard*** – ***Copy***.
3. En la ventana ***Copy Options***, vaya a la ***pestaña Preview***.
4. Seleccione todo el contenido del cuadro y, a continuación, cópielo y péguelo en un editor de texto.
5. En Remote Desktop Manager, vaya a ***New Entry*** – ***Macro/Script/Tool*** – ***Report***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6081.png" alt=""><figcaption></figcaption></figure>
6. Haga clic en ***OK***.
7. Introduzca un ***Name*** y elija una ***Folder***.
8. En la pestaña ***General***, seleccione ***Connection List*** o ***Custom Field Report*** en ***Type***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><em><strong>Connection List</strong></em> contiene una lista de propiedades predefinidas que no se pueden modificar.</p></div>
9. En ***Script Source***, seleccione ***Power Shell*** o ***Linked Entry***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><em><strong>Power Shell</strong></em> está incrustado en la entrada Report. <em><strong>Linked entry</strong></em> está vinculada a una entrada de PowerShell que contiene el script para seleccionar la lista de entradas.</p></div>
10. Vaya a ***Fields*** y copie/pegue los nombres de las propiedades guardados anteriormente.

    <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6084.png" alt=""><figcaption></figcaption></figure>
11. Vaya a la ***pestaña Script*** y escriba su script. Hay un ejemplo disponible en la parte inferior de la ventana.

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Tenga en cuenta que este ejemplo de script solo enumera las entradas RDP según esta instrucción <code>if</code>: <code>if ($connection.ConnectionType -eq 'RDPConfigured')</code></p></div>

    ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB6082.png)

    La pestaña ***Parameters*** sirve para enviar valores que se utilizarán con las variables $PARAMETER1$, $PARAMETER2$, etc.
12. Haga clic en ***OK*** para guardar y cerrar la ventana.
13. Seleccione la ***entrada Report*** que acaba de crear y haga clic en ***Execute***.

El informe está disponible en formato HTML. También se muestran tres opciones en la parte superior del informe: ***Refresh***, ***Save as*** y ***Print***.

<figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6083.png" alt=""><figcaption></figcaption></figure>

#### Véase también

* [Devolutions Academy – Breaking down common scenarios: automated asset and inventory tracking](https://academy.devolutions.net/student/activity/3380802)
* [Devolutions Academy – Building and managing reports](https://academy.devolutions.net/student/activity/3380519)


---

# 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://docs.devolutions.net/rdm/es/knowledge-base/how-to-articles/configure-a-report-entry-in-remote-desktop-manager.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.
