> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/endpoint-agent/installation-guides/deploying-via-intune.md).

# Deploying via MS Intune

## Deployment via Microsoft Intune MDM

ThreatDefence supports deployment of the Endpoint Agent via **Microsoft Intune**.\
This method is recommended for enterprise environments where agents need to be deployed and managed at scale.

For background information, refer to Microsoft’s official documentation on [Line-of-Business application deployment](https://learn.microsoft.com/en-us/mem/intune/apps/lob-apps-windows).

***

### Step-by-Step Guide

1. **Open Intune Admin Center**

   * Navigate to the **Microsoft Intune admin center**.
   * From the left-hand navigation bar, select **Apps > All apps**.

   ![Figure 1](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-30d9b68117f5ae779cb4f4a5523756e71b6a322e%2F1.png?alt=media)
2. **Add a New Application**

   * Press **+ Add**.
   * Select **Line-of-business app**.

   ![Figure 2](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-50015acf87419c70c3869317d82092f03e5549df%2F2.png?alt=media)
3. **Select App Package File**

   * Upload the ThreatDefence Endpoint Agent MSI file available in the [Customer Portal](https://portal.threatdefence.io/deployment/endpoint-agent).

   ![Figure 3](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-58e0ad4c840cabc846d57392e02a565025a0983d%2F3.png?alt=media)\
   ![Figure 4](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-d5b6eeebdbca3f57f9d6812c3d5a87c8560b3cd2%2F4.png?alt=media)
4. **Configure App Information**
   * Set the **Publisher** field.
   * Populate the **Command-line arguments** as if calling `msiexec.exe` directly.\
     Example:

( `/qn ACTIVATION_CODE=... SYSINTERNALS_ACCEPT_EULA=Yes`).

![Figure 5](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-2c1599c31ae08159bbdd751528adee35c150b5d4%2F5.png?alt=media)

5. Configure assignments or select **+ All users** and **+ All devices** to deploy globally.

![Figure 6](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-77a5185cfc0b5efedd4f2b2b8a21f07c6fa1fd79%2F6.png?alt=media)

6. Confirm the details, set a description, press **Create**.

![Figure 7](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-0eae0300f675c2544b28cf54babb58d18d30be67%2F7.png?alt=media)

7. After pressing create no further action is required.

![Figure 8](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-07a271ae0e4a72cb9ead3f0d0129a1486ae43c74%2F8.png?alt=media)

8. Navigating back to Apps from the left navigation bar now shows an item for our deployment.

![Figure 9](https://4191868192-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOlFHF8fl339QOw3Og8L7%2Fuploads%2Fgit-blob-9655af149d70572afd1d7a5e37884e3611fdd148%2F9.png?alt=media)

No further action is required, endpoints will automatically download and install the uploaded software.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.threatdefence.com/endpoint-agent/installation-guides/deploying-via-intune.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
