# Intune Global Options

*Applies to: Patch My PC Publisher*

## Overview

**Intune Global Options** control how the Publisher interacts with Microsoft Intune at a global level. They are primarily used to support advanced scenarios such as content extraction from Intune packages and tuning Microsoft Graph query behavior for large tenants.

<figure><img src="https://3773699522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX7dvS0r_4fc0AikgJS%2Fuploads%2FGY6XqTcqaK4oU9vX1sw7%2Fimage.png?alt=media&#x26;token=a7b5d612-3091-428e-8c38-027030fe7017" alt="Intune Global Options" width="545"><figcaption></figcaption></figure>

## Store encryption information locally to allow extraction of Win32 .intunewin files

The Publisher can store the encryption information used when creating Intune Win32 package files with the .intunewin extension. When this option is enabled, the encryption keys are retained locally and can later be used to download and extract the contents of Intune applications and updates.

This capability is required if you want to use the [Intune Application Manager](https://docs.patchmypc.com/patch-my-pc-publisher/administration/intune-apps-updates/form-controls/intune-application-manager) to extract content from applications or updates that were published by the Publisher.

To enable encryption key storage, follow these steps.

1. Open the Publisher.
2. Navigate to the Advanced tab.
3. Under Intune Global Options, enable the setting labeled **Store encryption information locally to allow extraction of Win32 .intunewin files**.
4. Click Apply or Save and Close.

{% hint style="warning" %}
**Important**

Encryption information is only available for apps created after this option is enabled. You cannot extract content from Intune apps or updates that were created before the option was turned on.
{% endhint %}

### Extract Content

Once **Store encryption information locally to allow extraction of Win32 .intunewin files** is enabled, you can extract content for apps and updates created *after* the setting was turned on by using the [Intune Application Manager](https://docs.patchmypc.com/patch-my-pc-publisher/administration/intune-apps-updates/form-controls/intune-application-manager).

To extract the content for eligible Win32 apps:

1. Open the Intune Apps or Intune Updates tab.
2. Launch the Intune Application Manager.
3. Right click an application or update.
4. Select **Extract Package**.

<figure><img src="https://3773699522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX7dvS0r_4fc0AikgJS%2Fuploads%2FEYaSFpg9wiHiYXxhVkO9%2Fimage.png?alt=media&#x26;token=9f31e966-deee-423d-84f6-e7f6f39f600b" alt="Extract Package" width="563"><figcaption></figcaption></figure>

5. Specify an output path or browse to a folder.
6. Click Extract.

<figure><img src="https://3773699522-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX7dvS0r_4fc0AikgJS%2Fuploads%2FqOArzaKGgzNrwaxsYmk5%2Fimage.png?alt=media&#x26;token=164f24a2-a49b-496d-9f74-7288f1761849" alt="Extraction Complete" width="409"><figcaption></figcaption></figure>

After extraction completes, File Explorer opens to the selected directory and displays the extracted content.

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

If the Extract Content option is unavailable or greyed out, the encryption information was not collected at publish time. This typically occurs when the setting was enabled after the application or update was originally published.
{% endhint %}

## Number of items returned from Microsoft Graph

The Number of items to be returned when the Graph API returns paged results setting controls how many Intune objects are returned per page when the Publisher queries Microsoft Graph.

This option is useful in environments with a large number of applications, updates, or assignments. Lower values reduce the size of each response, which can help in slow or constrained network conditions. Higher values reduce the number of requests required to retrieve all data, which can improve performance in well connected environments.

* Default value: 20 items
* Minimum value: 1 item
* Maximum value: 999 items

In most scenarios, the default value of **20** is recommended. Adjust this setting only if you are troubleshooting performance or scalability issues related to Graph queries.


---

# 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.patchmypc.com/patch-my-pc-publisher/administration/advanced/intune-global-options.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.
