> 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/ribbon-menu-bar/tools/script-dashboard.md).

# Script dashboard

The ***Script dashboard*** is useful for centralizing scripts and running them with specific permissions. It is a great addition for IT teams who often need to use scripts with variables, especially scripts that do not have a direct link to an entry (for example, a script that creates users in Active Directory). The dashboard is located in the ***Tools*** section of the ribbon in Remote Desktop Manager.

{% hint style="info" %}
The ***Script dashboard*** feature is also available as an entry. Create a new entry in Remote Desktop Manager and select ***Script dashboard*** under ***Session – Other***.
{% endhint %}

{% tabs %}
{% tab title="Windows" %}
![](https://cdnweb.devolutions.net/docs/RDMW2014_2024_1.png)

#### Script dashboard

<table><thead><tr><th width="167">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Execute</strong></td><td>Runs the selected script/macro.</td></tr><tr><td><strong>Execute (custom)</strong></td><td>Runs the selected script/macro against the desired entry/sub-entry.</td></tr><tr><td><strong>New script</strong></td><td>Open a <em><strong>Add new entry</strong></em> window containing all script-related entries.</td></tr><tr><td><strong>Settings</strong></td><td>Contains customization settings for the Script dashboard UI. The <em><strong>Settings</strong></em> window includes two tabs: <em><strong>General</strong></em> and <em><strong>GitHub</strong></em>. The former deals with included entries and the latter with the integration of GitHub script libraries.</td></tr></tbody></table>

#### Overview tab

This tab provides an overview of the selected script, including information about its most recent execution and a preview of the script itself.

<table><thead><tr><th width="174">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Last executed by</strong></td><td>Indicates the identity of the user that last executed the script.</td></tr><tr><td><strong>Last executed on</strong></td><td>Displays the date and time when the script was last executed.</td></tr><tr><td><strong>Parameters</strong></td><td>Lists the parameters in the PowerShell script.</td></tr><tr><td><strong>Script preview</strong></td><td>Provides a preview of the script code, allowing for a quick review of its contents.</td></tr></tbody></table>

#### Execution logs tab

This tab contains logs related to the execution of the script, detailing when the execution events started and when they concluded.

<table><thead><tr><th width="145">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Log Date</strong></td><td>The date and time when the execution log entry was created.</td></tr><tr><td><strong>End Date/Time</strong></td><td>The date and time marking the end of the script’s execution period.</td></tr><tr><td><strong>User</strong></td><td>The username of the user who executed the script.</td></tr></tbody></table>

#### Favorites

Scripts can be added as ***favorite*** by clicking on the star. Favorites are listed on the left menu.

![](https://cdnweb.devolutions.net/docs/RDMW4082_2024_2.png)
{% endtab %}

{% tab title="macOS" %}

#### Script dashboard

<table><thead><tr><th width="167">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Execute</strong></td><td>Runs the selected script/macro.</td></tr><tr><td><strong>Execute (custom)</strong></td><td>Runs the selected script/macro against the desired entry/sub-entry.</td></tr><tr><td><strong>New script</strong></td><td>Open a <em><strong>Add new entry</strong></em> window containing all script-related entries.</td></tr><tr><td><strong>Settings</strong></td><td>Contains customization settings for the Script dashboard UI. The <em><strong>Settings</strong></em> window includes two tabs: <em><strong>General</strong></em> and <em><strong>GitHub</strong></em>. The former deals with included entries and the latter with the integration of GitHub script libraries.</td></tr></tbody></table>

#### Overview tab

This tab provides an overview of the selected script, including information about its most recent execution and a preview of the script itself.

<table><thead><tr><th width="168">SETTINGS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Last executed by</strong></td><td>Indicates the identity of the user that last executed the script.</td></tr><tr><td><strong>Last executed on</strong></td><td>Displays the date and time when the script was last executed.</td></tr><tr><td><strong>Parameters</strong></td><td>Lists the parameters in the PowerShell script.</td></tr><tr><td><strong>Script preview</strong></td><td>Provides a preview of the script code, allowing for a quick review of its contents.</td></tr></tbody></table>

#### Execution logs tab

This tab contains logs related to the execution of the script, detailing when the execution events started and when they concluded.

<table><thead><tr><th width="144">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Log Date</strong></td><td>The date and time when the execution log entry was created.</td></tr><tr><td><strong>End Date/Time</strong></td><td>The date and time marking the end of the script’s execution period.</td></tr><tr><td><strong>User</strong></td><td>The username of the user who executed the script.</td></tr></tbody></table>

#### Favorites

Scripts can be added as ***favorite*** by clicking on the star. Favorites are listed on the left menu.
{% endtab %}
{% endtabs %}

#### See also

* [Devolutions Academy - Automating Tasks with Scripts and Macros](https://academy.devolutions.net/student/path/1925316/activity/2668004)


---

# 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/rdm/ribbon-menu-bar/tools/script-dashboard.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.
