> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inviolet.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Intune

> Force-install the Inviolet extension and push its managed-config via an Intune Settings-catalog Configuration Profile.

Push the Inviolet extension via the Intune Settings catalog. Two settings, one
Configuration Profile. Covers Edge and Chrome on Windows and macOS.

<Note>
  Generate your profile first: **App → Settings → MDM → Microsoft Intune**
  downloads `inviolet-extension.intune.xml` with your `org_id`,
  `enrollment_token`, and `config_signature` already substituted. See the
  [MDM overview](/guides/mdm/overview) for what the payload contains.
</Note>

## Prerequisites

* Intune administrator access
* The generated `inviolet-extension.intune.xml` from Settings → MDM
* A pilot device group to validate against

## 1. Create the Configuration Profile

In **Intune → Devices → Configuration profiles → Create profile**:

* **Platform:** Windows 10 and later (repeat for macOS if needed)
* **Profile type:** Settings catalog
* Target the browser you deploy — **Microsoft Edge** or **Google Chrome**.

## 2. Add the two settings

From the generated payload, add:

* **`ExtensionInstallForcelist`** — the Inviolet extension ID + update URL. This
  force-installs the extension so users can't remove it.
* **`ExtensionSettings`** — the JSON block that carries `chrome.storage.managed`
  (the signed `org.inviolet.extension` config). Paste it exactly as shown in the
  generated file.

## 3. Assign

Assign the profile to a **pilot device group** first. Expand to the full fleet
once verified.

## 4. Verify

On a target device, open `chrome://policy/` (or `edge://policy/`) and confirm
`ExtensionInstallForcelist` and `ExtensionSettings` are applied. The extension
then enrolls into your tenant and begins reporting.

## Read next

* **[MDM overview](/guides/mdm/overview)** — the managed-config schema and identity modes
* **[Jamf Pro](/guides/mdm/jamf)** · **[Kandji](/guides/mdm/kandji)** · **[Workspace ONE](/guides/mdm/workspace-one)**
