# Connect to a remote computer's Powershell and Command Prompt

**Overview**

The Live Connection feature provides a suite of remote management tools that allow you to interact directly with a managed computer's operating system in real-time. Without needing to initiate a full remote desktop session, you can run PowerShell scripts, execute Command Prompt (CMD) commands, and browse system files. This is ideal for quick troubleshooting tasks, such as checking network configurations or verifying installed services.

#### **Step-by-Step Guide**

**1. Navigate to the Computer Details**

First, access the specific device you need to manage.

* From the computer list, click on the name of the device (e.g., `#BDESK-CL2`) (1) to open its details page.

**2. Access the Live Connection Tab**

* Click on the Live Connection tab (2) located in the top navigation bar.
* This will load the remote management interface, connecting you securely to the device.

<figure><img src="/files/8w0AX24se3puOfR09j6z" alt=""><figcaption></figcaption></figure>

**3. Select a Management Tool**

The sidebar on the left lists the available tools. You can switch between them instantly:

* **PowerShell:** Click on PowerShell (3) to open a fully functional remote PowerShell terminal.
  * You can type standard commands (like `ipconfig`) and view the output immediately in the dark console window on the right.
* **Command Prompt (CMD):** Click on CMD (3) to switch to a standard Windows Command Prompt interface.
  * This interface works exactly like a local command prompt, allowing you to run utilities and diagnostic commands.

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


---

# 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://docs.booldesk.com/how-to-use-modules/system-management-module/connect-to-a-remote-computers-powershell-and-command-prompt.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.
