> 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/knowledge-base/how-to-articles/configure-the-remote-microsoft-management-console-mmc-using-dhcpmgmt.md).

# Configure the remote Microsoft Management Console (MMC) using dhcpmgmt

You can configure an MMC snap-in console to run on any of your servers. The snap-in needs to support remote access.

### Settings

1. Open Remote Desktop Manager.
2. Create a new entry.
3. In Macros/Scripts/Tools, select the ***Command Line*** entry type.
4. Name the session DHCP.
5. Under the ***General*** tab, in the ***Run*** field, type *dhcpmgmt.msc /ComputerName $HOST$* ($HOST$ is the variable that will be replaced by the server name or IP address).

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6114_2024_3.png" alt=""><figcaption></figcaption></figure>
6. Under the ***Advanced*** tab, enable ***Run as Administrator***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If you are running a Windows 64-bit edition, enable <em><strong>Run in 64-bit mode</strong></em> as well.</p></div>
7. Click ***Add*** to save your entry.
8. Verify that your sessions use the appropriate credentials to run the tool. In the ***Management Tools – Tools*** section of each session, make sure you have selected the proper credentials to be supplied.

   | Option                  | Description                                                                                                                                                               |
   | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
   | Use default credentials | Use the credentials from the Windows session.                                                                                                                             |
   | Use session credentials | Use the same credentials as the session.                                                                                                                                  |
   | Username and password   | Username, domain and password can be entered manually.                                                                                                                    |
   | Linked (vault)          | Specify a set of credentials from a specific vault.                                                                                                                       |
   | My personal credentials | Use [***My Personal Credentials***](https://docs.devolutions.net/rdm/commands/file/my-account-settings/my-personal-credentials/) set in ***File – My account settings***. |
   | Inherited               | [Inherits credentials](https://docs.devolutions.net/rdm/concepts/intermediate-concepts/inheritance/) from a higher level entry.                                           |
   | Prompt for credentials  | Prompts for the credentials on use.                                                                                                                                       |
   | My privileged account   | Use ***My Privileged Account*** set in ***File – My account settings***.                                                                                                  |

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6115_2024_3.png" alt=""><figcaption></figcaption></figure>

#### Snaps-ins

1. To run snap-ins, select your session and execute the Command Line entry type (DHCP) from the dashboard under ***Macros/Scripts/Tools***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6119_2024_3.png)
2. Execute Windows run.
3. Type Microsoft Management Console (MMC) and press enter.
4. Go to ***File - Add/Remove Snap-in.***
5. Select the snap-ins and click OK.

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


---

# 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/knowledge-base/how-to-articles/configure-the-remote-microsoft-management-console-mmc-using-dhcpmgmt.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.
