# Intune

Introduction&#x20;

Microsoft Intune is a cloud-based endpoint management solution that helps organizations manage devices, applications, and security policies. It is part of Microsoft Endpoint Manager and integrates seamlessly with other Microsoft services like EntraID (Azure AD) and Microsoft 365.

## Available Features

* User Inventory
* Devices Inventory&#x20;
* Identity Rules&#x20;
* Misconfiguration Rules

## Prerequisites

* A User Account with Intune Administrator and Global Reader role

## Required Privileges

| Scopes                                 | Use                                                                                |
| -------------------------------------- | ---------------------------------------------------------------------------------- |
| Reports.Read.All                       | Read User MFA Registration Details                                                 |
| IdentityProvider.Read.All              | Read Single Sign On Details                                                        |
| DeviceManagementConfiguration.Read.All | Read Device Configurations                                                         |
| Policy.Read.All                        | Read Organization Policies, such as Device Enrollment Configurations               |
| Directory.Read.All                     | Read Organization Directory Details, such as Users' Devices and Device Information |
| User.Read.All                          | Read All Users and User Details                                                    |

## Onboarding Intune in your Perimeters account

1. Go to "Integrations" -> Select "Intune" -> Click "+ Add" -> Click "+ Start Integration".
2. **“OAuth” -** \
   Click "Sign in with Intune" to give Perimeters access to your Organization Inventory.
3. Click **"Finish"** to complete the onboarding process.

Once you have completed these steps, Intune should be successfully integrated with your Perimeters account.


---

# 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://support.perimeters.io/perimeters-documentation/connecting-perimeters/integrations-for-security-insights/saas-applications/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.
