> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/manage/intune-tabs/scan-intune.md).

# Scan Intune in Patch My PC Publisher

*Applies to: Patch My PC Publisher V3.x*

The **Scan Intune** tab of Patch My PC (PMPC) Publisher requires access to your Intune tenant through Microsoft Graph. It inventories installed applications to determine which third-party products are present in your environment.

The scan results are compared against Publisher's catalog to identify supported products. This information helps you decide which products to enable on the Intune Apps or Intune Updates tab for deploying newer versions of applications and updates through Intune as Win32 apps.

{% hint style="info" %}
**Note**

The **Scan Intune** tab is shared between the **Intune Apps** and the **Intune Updates** tab and behaves identically in both locations. As a result, the settings on the **Intune Apps** tab can be used to configure and control auto-publishing behavior on the **Intune Updates** tab, and vice versa.

While the form control itself is shared, manually selecting products in the query results only enables them on the tab from which the form was launched. For example, launching the scan wizard from the Intune Apps tab enables products for applications, whereas launching it from the Intune Updates tab enables products as updates.
{% endhint %}

{% hint style="success" %}
**Tip**

This form control will use the Entra ID App Registration, configured from the [Intune Options](/patch-my-pc-publisher/manage/intune-tabs/intune-options.md) tab, to connect to Microsoft Graph to retrieve data from the Intune Reporting Endpoint. For more details about the required API permissions and authentication options, see [Entra ID App Registration](/patch-my-pc-publisher/requirements/intune-requirements/entra-id-app-registration.md).
{% endhint %}

The following actions can be configured from the **Scan Intune** tab:

* [Configure Auto-Publishing Rules](/patch-my-pc-publisher/manage/intune-tabs/scan-intune/auto-publishing-rules.md)
* [Configure Filters](/patch-my-pc-publisher/manage/intune-tabs/scan-intune/filters.md)
* [Perform a Query](/patch-my-pc-publisher/manage/intune-tabs/scan-intune/query-button.md)
* [Export to a CSV file](/patch-my-pc-publisher/manage/intune-tabs/scan-intune/export-csv-button.md)


---

# 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.patchmypc.com/patch-my-pc-publisher/manage/intune-tabs/scan-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.
