> 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/troubleshooting-articles/rdp-username-of-entra-id-client-automatically-changes-on-windows-11.md).

# RDP username of Entra ID client automatically changes on Windows 11

In the Microsoft implementation, if the RDP username does not contain ***“\”*** or ***“@”*** and has no explicit domain, it automatically switches to ***"EntraID\user"*** when the client joins Entra ID, regardless of what the target system is. This issue occurs on Windows 11.

### Solution

The solution is to set a period "." as the domain for the RDP connection entry. Follow these instructions:

1. In Remote Desktop Manager, right-click your RDP entry and select ***Properties***.
2. In the RDP entry properties, write a period "." inside the ***Domain*** field.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW2013_2024_1.png" alt=""><figcaption></figcaption></figure>
3. Save your changes.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>For more help, contact our support at <a href="mailto:service@devolutions.net">service@devolutions.net</a>.</p></div>


---

# 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/troubleshooting-articles/rdp-username-of-entra-id-client-automatically-changes-on-windows-11.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.
