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

# Creare una voce report (personalizzato)

In questo articolo, la guideremo attraverso il processo di configurazione di una voce PowerShell per generare un report personalizzato in Remote Desktop Manager. Questo è utile per generare report personalizzati adattati al suo ambiente.

### Creare la voce report personalizzato

1. Clicchi sul pulsante ***Nuova voce***.
2. Selezioni ***Report (personalizzato)*** sotto ***Macro/Script/Strumento*** – ***Strumento***.
3. Inserisca il ***Nome***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0138.png)
4. Nella scheda ***Generale***:

   * Imposti il ***Tipo*** su ***Report di campi personalizzati*** o ***Elenco di connessioni***.
   * L'***Origine dello script*** può essere;
     * ***PowerShell***: Inserisca lo script nella scheda ***Script***.
     * ***Voce collegata***: Scelga una voce PowerShell contenente lo script, ciò renderebbe più semplice utilizzare lo stesso script per più voci.
   * Aggiunga il ***Timeout (ms)*** (facoltativo).
   * Aggiunga i ***Campi*** necessari.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Se ha scelto <em><strong>Voce collegata</strong></em> , salti il passaggio 5.</p></div>
5. Nella scheda ***Script***, aggiunga lo script personalizzato. In fondo a questa scheda è presente uno script di ***Esempio*** da utilizzare come riferimento.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0139.png)
6. Nella scheda ***Parametri***, aggiunga i parametri che possono essere utilizzati nello script (utilizzando $PARAMETER1$, $PARAMETER2$, ecc.).
7. Clicchi su ***OK*** per creare la voce e chiudere questa finestra.
8. Selezioni la voce ***Report*** e clicchi su ***Esegui***.

### Vedere anche

* [Devolutions Academy – Configurazione di una voce report (personalizzato)](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/it/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.
