> 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/powershell/es/remote-desktop-manager-powershell/create-a-report-custom-entry.md).

# Crear una entrada de informe (personalizado)

En este artículo, le guiaremos a través del proceso de configuración de una entrada de PowerShell para generar un informe personalizado en Remote Desktop Manager. Esto resulta útil para generar informes personalizados adaptados a su entorno.

### Crear la entrada de informe personalizado

1. Haga clic en el botón ***Nueva entrada***.
2. Seleccione ***Informe (personalizado)*** en ***Macro/Script/Herramienta*** – ***Herramienta***.
3. Introduzca el ***Nombre***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0138.png)
4. En la pestaña ***General***:

   * Establezca el ***Tipo*** en ***Informe de campos personalizados*** o ***Lista de conexiones***.
   * El ***Origen del script*** puede ser;
     * ***PowerShell***: introduzca el script en la pestaña ***Script***.
     * ***Entrada vinculada***: elija una entrada de PowerShell que contenga el script; esto facilitaría el uso del mismo script para varias entradas.
   * Añada ***Tiempo de espera (ms)*** (opcional).
   * Añada los ***Campos*** necesarios.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Si eligió <em><strong>Entrada vinculada</strong></em> , omita el paso 5.</p></div>
5. En la pestaña ***Script***, añada el script personalizado. Hay un script de ***Ejemplo*** en la parte inferior de esta pestaña que puede utilizar como referencia.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0139.png)
6. En la pestaña ***Parámetros***, añada los parámetros que se pueden utilizar en el script (mediante $PARAMETER1$, $PARAMETER2$, etc.).
7. Haga clic en ***OK*** para crear la entrada y cerrar esta ventana.
8. Seleccione la entrada de ***Informe*** y haga clic en ***Ejecutar***.

### Véase también

* [Devolutions Academy – Configuración de una entrada de informe (personalizado)](https://academy.devolutions.net/student/activity/2586107-configuring-a-report-custom-entry)


---

# 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/powershell/es/remote-desktop-manager-powershell/create-a-report-custom-entry.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.
