# Intune Assignments Report

The **Intune Assignments Report** is a Power BI report intended to give you a single pane of glass into your assigned items in Microsoft Intune. It uses Azure automation to extract the data from Microsoft Graph and export it in CSV format to an Azure storage account. The CSV file is the data source for the Power BI report.

The report can help you identify which Entra groups are being used in your assignments, how many assigned items you have and their types, the use of virtual groups (all users/devices) and any assignment filters in use.

<figure><img src="https://github.com/SMSAgentSoftware/IntuneAssignmentsReport/raw/main/Report%20screenshot.png" alt=""><figcaption></figcaption></figure>

### Supported assignable items

Currently the solution supports at least the following assignable items. Most have been tested but not all. If you find any issues or want to add any missing assignable items, please raise an issue on the GitHub repository.

* Apps
* Compliance policies
* Configuration policies
* Windows Autopilot deployment profiles
* Enrollment configurations
* Enrollment profiles
* Customization policies
* App protection policies
* App configuration policies
* Policy sets
* E-books
* S mode supplemental policies
* iOS app provisioning profiles
* Windows 365 provisioning policies
* Windows 365 user settings
* Scripts and remediations
* Windows Feature Update profiles
* Windows Quality Update profiles
* Windows Driver Update profiles
* eSIM cellular profiles
* Security baselines
* Endpoint security policies
* RBAC Roles
* Scope tags
* Multi admin approvals
* Terms and conditions

### Currently unsupported items

* Conditional access policies
* Organizational messages
* Anything unique to the Intune Suite
* Anything unique to Autopatch

### GitHub Repository

The files for this solution can be found in the following GitHub repository: <https://github.com/SMSAgentSoftware/IntuneAssignmentsReport>


---

# 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://docs.smsagent.blog/microsoft-endpoint-manager-reporting/intune-assignments-report.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.
