# Deploying via MS Intune

## Deployment via Microsoft Intune MDM

CybrHawk supports the 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**.
2. **Add a New Application**
   * Press **+ Add**.
   * Select **the line-of-business app**.
3. **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`).

5. Configure assignments or select **+ All users** and **+ All devices** to deploy globally.
6. Confirm the details, set a description, and press **Create**.
7. After pressing create, no further action is required.
8. Navigating back to Apps from the left navigation bar now shows an item for our deployment.

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


---

# 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://cybrhawksoc.gitbook.io/cybrhawk-docs/endpoint-agent/installation-guides/deploying-via-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.
