> 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/knowledge-base-articles/automatically-update-remote-desktop-manager-using-microsoft-intune.md).

# Automatically update Remote Desktop Manager using Microsoft Intune

To automate the process of updating Remote Desktop Manager on endpoints using Microsoft Intune, two effective approaches can be considered.

### Deploying Remote Desktop Manager via Microsoft Store

Remote Desktop Manager is available on the Microsoft Store, making it simple to distribute the application through Intune as an app. This method enables administrators to push the app to devices within a defined group. However, some limitations are associated with this approach:

* ***Lack of customizable detection rules**:* Admins cannot define specific detection rules to support automation, limiting the ability to manage updates or verify installation compliance.
* ***Device group dependency**:* The application will only be installed on the predefined group of devices specified in Intune.

### Distributing Remote Desktop Manager updates via Intune apps with a detection rule

Another approach is to distribute Remote Desktop Manager updates through Intune by creating a detection rule. This allows administrators to ensure updates are applied only to targeted devices, such as those already running the current version of Remote Desktop Manager. Key benefits include:

* ***Selective updates**:* Updates are restricted to devices that meet predefined criteria, ensuring compatibility and minimizing disruption.
* ***Custom detection rules**:* Administrators can define specific rules to automate the detection of installed versions and manage updates efficiently.

#### See also

* [Deploy Remote Desktop Manager using Intune](https://docs.devolutions.net/rdm/kb/knowledge-base/deploy-remote-desktop-manager-settings-intune/)


---

# 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/knowledge-base-articles/automatically-update-remote-desktop-manager-using-microsoft-intune.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.
