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

# Create a report (custom) entry

In this article, we will guide you through the process of setting up a PowerShell entry to generate a custom report in Remote Desktop Manager. This is useful for generating custom reports tailored to your environment.

### Create the custom report entry

1. Click the ***New entry*** button.
2. Select ***Report (custom)*** under ***Macro/Script/Tool*** – ***Tool***.
3. Enter the ***Name***.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0138.png)
4. In the ***General*** tab:

   * Set the ***Type*** to ***Custom field report*** or ***Connection list***.
   * The ***Script source*** can either be;
     * ***PowerShell***: Enter the script in the ***Script*** tab.
     * ***Linked entry***: Choose a PowerShell entry with the script in it, this would make it easier to use the same script for multiple entries.
   * Add ***Timeout (ms)*** (optional).
   * Add necessary ***Fields***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If you chose <em><strong>Linked Entry</strong></em> , skip step 5.</p></div>
5. In the ***Script*** tab, add the custom script. There is a ***Sample*** script at the bottom of this tab to use as reference.

   ![](https://cdnweb.devolutions.net/docs/docs_en_kb_KB0139.png)
6. In the ***Parameters*** tab, add parameters that can be used in the script (by using $PARAMETER1$, $PARAMETER2$, etc).
7. Click ***OK*** to create the entry and close this window.
8. Select the ***Report*** entry and click on ***Execute***.

### See also

* [Devolutions Academy – Configuring a report (custom) entry](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:

```
GET https://docs.devolutions.net/powershell/remote-desktop-manager-powershell/create-a-report-custom-entry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
