> For the complete documentation index, see [llms.txt](https://docs.oveka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oveka.io/deployment-guides/browser-extensions/microsoft-edge-via-intune.md).

# Microsoft Edge via InTune

Learn how to deploy Oveka PromptGuard to Microsoft Edge on managed Windows devices.

### Requirements

Before starting, make sure you have:

* Access to the [Microsoft Intune admin center](https://intune.microsoft.com).
* Windows devices enrolled in Intune.
* A Microsoft Entra group containing the target users or devices.

### Create a Configuration Policy

In Intune, go to **Devices > Configuration** and select **Create > New policy**.

| Setting      | Value                |
| ------------ | -------------------- |
| Platform     | Windows 10 and later |
| Profile type | Settings catalog     |

Select **Create**, enter a Name and Description, then select **Next**.

### Configure Policy Settings

Under **Configuration settings**, select **Add settings** and search for `silent`.

Open **Microsoft Edge > Extensions** and choose the appropriate silent-install setting.

{% hint style="info" %}
Choose the setting that matches how PromptGuard should be deployed:

* **Device:** Installs PromptGuard for every user of the targeted device.
* **User:** Installs PromptGuard only for the targeted user.
  {% endhint %}

Select **Extension/App IDs and update URLs to be silently installed (Device/User)**

Close the settings picker.

Enable **Configure the list of force-installed apps and extensions**, then add:

Add the following value:

```
lkoeomicndgpobgmaodajomjhhfkaejf;https://package-repo-v1.oveka.io/PromptGuard/updates.xml
```

<figure><img src="https://1078805375-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FftH1qxxd9PrA9tzGguLX%2Fuploads%2Fm4c0Q9zMuqpZkLes9neg%2Fimage.png?alt=media&amp;token=f7d1a988-3ab6-415c-bb1b-737b2da2e5ec" alt=""><figcaption></figcaption></figure>

Select **Next**.

### Assign the Policy

Leave **Scope tags** set to **Default**, unless your organization uses custom scope tags.

Under **Assignments**, add the Microsoft Entra group that should receive PromptGuard.

Review the configuration and select **Create**.

### Verify the Deployment

After the targeted device or user checks in with Intune:

1. Open Microsoft Edge.
2. Go to `edge://extensions`.
3. Confirm that Oveka PromptGuard is installed and managed by your organization.

If it does not appear, confirm that the device or user belongs to the assigned group and has recently synced with 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, and the optional `goal` query parameter:

```
GET https://docs.oveka.io/deployment-guides/browser-extensions/microsoft-edge-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.
