> 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/user-interface/content-area/dashboard/dashboard-tabs/macros-scripts-tools.md).

# Macros/Scripts/Tools

{% tabs %}
{% tab title="Windows" %}
{% embed url="<https://youtu.be/FtSlp_TVAxE?t=1416>" %}

{% hint style="info" %}
[More tools](https://docs.devolutions.net/rdm/commands/tools/more-tools/) are available in the ribbon of Remote Desktop Manager under ***Tools - More tools***
{% endhint %}

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

### Built-in tools

These tools are implemented directly in Remote Desktop Manager and are therefore available without any installation or special configuration.

<table><thead><tr><th width="251">OPTIONS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Computer management</strong></td><td>Open the <em><strong>Computer management</strong></em> from Windows administrative tools.</td></tr><tr><td><strong>Event viewer</strong></td><td>Display the Windows Event viewer.</td></tr><tr><td><strong>System information report</strong></td><td>Retrive System information options such as local accounts or logical drives.</td></tr><tr><td><strong>Services</strong></td><td>Open the Windows Service Manager.</td></tr><tr><td><strong>Snmp report</strong></td><td>Generate a list of available <em><strong>Object Identifiers, values</strong></em> and <em><strong>host status</strong></em>.</td></tr><tr><td><strong>Continuous Ping</strong></td><td>Open the ping dialog of the selected host and performs a continuous ping.</td></tr><tr><td><strong>Check if host is online</strong></td><td>Use <em><strong>ping</strong></em> or <em><strong>scan port</strong></em> to check if host is online</td></tr><tr><td><strong>Check host uptime</strong></td><td>Check how long the host is available.</td></tr><tr><td><strong>List sessions</strong></td><td>Show list sessions.</td></tr><tr><td><strong>Netstat</strong></td><td>Display statistics on all active connections.</td></tr><tr><td><strong>Ping</strong></td><td>Open the ping dialog of the selected entry and displays the result.</td></tr><tr><td><strong>Port scan</strong></td><td>Check the host by using a port scan.</td></tr><tr><td><strong>Shutdown/Restart computer</strong></td><td>Manage shutdowns/restarts with detailed control over warnings, application management, and shutdown options.</td></tr><tr><td><strong>Trace route</strong></td><td>Display the route and measuring transit delays of packets across a network.</td></tr><tr><td><strong>Wake on Lan</strong></td><td>Send the magic packet command for the Wake-on-Lan.</td></tr><tr><td><strong>Whois</strong></td><td>Search for domain and IP.</td></tr></tbody></table>

### Macro/scripts

All created macros and scripts appear here. They can be executed in the current entry by clicking on their respective icons.

### System macros/script/tools

All created system macros/scripts and tools appear here. They can be executed in the current entry by clicking on their respective icons.

### Remote tools

Remote management capabilities to monitor, troubleshoot, and manage resources on remote systems.

{% hint style="info" %}
Note that remote tools in RDP sessions will not work in Remote Desktop Manager if you do not have WMI configured. Consult this [guide on remote WMI](https://msdn.microsoft.com/en-us/library/aa389290.aspx) for more information. Should you encounter issues, check out [WMI troubleshooting](https://docs.devolutions.net/rdm/kb/troubleshooting-articles/wmi-troubleshooting/).
{% endhint %}

<table><thead><tr><th width="257">OPTIONS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Server - Home page</strong></td><td>Provide quick access to the home page of the remote server for managing various server settings.</td></tr><tr><td><strong>Server- Remote management</strong></td><td>Overview of system resources, status, and potential issues of remote server.</td></tr><tr><td><strong>IT asset management</strong></td><td>Track/manage hardware and software assets, including configuration and inventory management.</td></tr><tr><td><strong>Remote event viewer</strong></td><td>Access the event logs for troubleshooting and diagnosing issues, such as system errors or security warnings.</td></tr><tr><td><strong>Remote printer</strong></td><td>Facilitate managing and configuring remote printers.</td></tr><tr><td><strong>Remote task manager</strong></td><td>Monitor running processes and system performance.</td></tr><tr><td><strong>Remote program</strong></td><td>Enable launching or managing applications remotely.</td></tr><tr><td><strong>Remote service</strong></td><td>Manage services on the remote system, including starting, stopping, and configuring service settings.</td></tr><tr><td><strong>Remote share</strong></td><td>Provides access to shared folders and network drives on the remote machine, allowing for easy file management.</td></tr><tr><td><strong>Remote registry</strong></td><td>Access and edit the Windows registry on the remote machine for advanced configuration changes.</td></tr><tr><td><strong>Remote task</strong></td><td>Shedule and manage tasks such as automating processes or running scripts.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}
Session tools are available in the dashboard tabs and in the session context menu ***Macros/Scripts/Tools***.

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

#### Built-in Tools

These tools are implemented directly in Remote Desktop Manager macOS and are available without any installation or special configuration.

<table><thead><tr><th width="206">OPTIONS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>System information</strong></td><td>Retrieves system information options such as local accounts or logical drives.</td></tr><tr><td><strong>Wake on Lan</strong></td><td>Sends the magic packet command for the Wake-on-Lan.</td></tr><tr><td><strong>Continuous Ping</strong></td><td>Opens the ping dialog of the selected host and performs a continuous ping.</td></tr><tr><td><strong>Ping</strong></td><td>Opens the ping dialog of the selected entry and displays the result.</td></tr><tr><td><strong>Check if host is online</strong></td><td>Verifies if the host is online.</td></tr><tr><td><strong>Port scan</strong></td><td>Check the host by using a port scan.</td></tr><tr><td><strong>Trace route</strong></td><td>Display the route and measuring transit delays of packets across a network.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# 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/user-interface/content-area/dashboard/dashboard-tabs/macros-scripts-tools.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.
