# Client Management & Remote Tools

## Overview

Within the Client Details page for a specific client, at the top right of the **Connection information** section, there is a small tool icon, which if clicked, opens a drop down menu which displays the following actions:

<figure><img src="/files/hTL6vBlP0jRfu2RXbS9L" alt=""><figcaption></figcaption></figure>

**Start RDP Session -** creates an RDP file to execute a Remote Desktop session with the client.&#x20;

**Start a PowerShell session over SignalR -** opens a page which allows remote PowerShell commands to the client. See [this page](/stifler/2.10/operations/client-management-and-remote-tools/remote-powershell-session.md) for more information.

**Start remote Performance Counter session -** opens a page which displays remote Performance Counter information. See [this page](/stifler/2.10/operations/client-management-and-remote-tools/remote-performance-counter.md) for more information.&#x20;

**Start a remote WMI browsing session -** opens a page which enumerates the WMI database of the remote computer. See [this page](/stifler/2.10/operations/client-management-and-remote-tools/remote-wmi-browsing.md) for more information.&#x20;

**View eventlogs over SignalR -** opens a page which displays the Event Logs of the remote client. See [this page](/stifler/2.10/operations/client-management-and-remote-tools/remote-event-log-viewer.md) for more information.&#x20;

**Start a Netmon session -**&#x6F;pens a page which displays netmon session on the remote client. See [this page ](/stifler/2.10/operations/client-management-and-remote-tools/remote-netmon-session.md)for more information.&#x20;


---

# Agent Instructions: 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://documentation.2pintsoftware.com/stifler/2.10/operations/client-management-and-remote-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.
