# Export Intune Policies and Configurations Crate

{% hint style="info" %}
If you’re new to Crates, read through our introductory Crate documentation [here](https://docs.rewst.help/prebuilt-automations/crates). Find the Export Intune Policies and Configurations Crate in our Crate Marketplace.
{% endhint %}

## What does the Export Intune Policies and Configurations Crate do?

Our Export Intune Policies and Configurations Crate allows you to select and export Intune policies and configurations. Once exported, these are made accessible in a JSON format via a webhook URL for easy download or integration into another workflow.

* Regularly back up critical Intune policies and configurations to ensure quick recovery, compliance, and protection against accidental changes or system failures.
* Use a listener workflow to simplify deployment, ensure compliance and standardize policies and configurations across many organizations.
* Integrate Intune data with other systems to streamline security monitoring, IT service management and reporting.

## Crate prerequisites

The [Microsoft Cloud Integration Bundle](https://docs.rewst.help/documentation/integrations/integration-guides/microsoft-cloud-integration-bundle) must be set up before unpacking this Crate.

## Unpack the Export Intune Policies and Configurations Crate

1. Navigate to **Marketplace > Crates** in the left side menu of the Rewst platform.
2. Search for `Export Intune Policies and Configurations`.

   \
   ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FjANMRgP4qDbMl22DCxf0%2Fimage.png?alt=media\&token=79fec508-c300-496a-90af-9223b24ae734)
3. Click on the Crate tile to begin unpacking.
4. Click **Unpack Crate**.
5. Click **Continue**.
6. Enter the time saved.
7. Click **Unpack**.<br>

### Test the Crate

1. Access the form by navigating to **Automations > Assets > Forms** in the left side menu of your Rewst platform.
2. Search for `Intune`.&#x20;
3. Click the form named **\[ROC] Endpoint: Export Intune Policies.**
4. Click **⋮ >** **Usages >View Direct URLs**.
5. Click the form link for the organization you would like to use for your test.
6. Click the policies and configurations you would like to export, then click **Submit**.

   \
   ![](https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2F8MaozDoA0MsxZEXuVKrh%2Fimage%20\(8\).png?alt=media\&token=3f65c761-51fc-48a2-997e-e096a8055a30)
7. Access the workflow results by navigating to **Automations > Results**.
8. Search for `Export Intune Configurations and Policies` and open the workflow result.<br>

   <figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2F6yk4XQK9tkFYUlxOBQJM%2FScreenshot%202025-02-12%20at%204.26.46%E2%80%AFPM.png?alt=media&#x26;token=178c6302-9995-4a1e-a245-7d43623eacf1" alt=""><figcaption></figcaption></figure>
9. Scroll down and expand the **core\_create\_webhook** action. Copy the URL listed underneath **Result:**<br>

   <figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2F2kwvP9hj7YVYzAMtkYSm%2FScreenshot%202025-02-12%20at%204.28.07%E2%80%AFPM.png?alt=media&#x26;token=fe9cde4d-5357-4acb-83aa-d32b9307a9f8" alt=""><figcaption></figcaption></figure>
10. Paste the URL into any web browser and click enter. A JSON document will then be downloaded. Review and check that the JSON document is accurate.<br>

    <figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FS1dkoYg912HFs9aB4oh2%2Fimage%20(9).png?alt=media&#x26;token=41350748-92c0-4d1b-8c6a-92e8b4ab5875" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Got an idea for a new Crate? Rewst is constantly adding new Crates to our Crate Marketplace. Submit your idea or upvote existing ideas here in our [Canny feedback collector](https://rewst.canny.io/crates).
{% endhint %}


---

# 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.rewst.help/documentation/crates/existing-crate-documentation/export-intune-policies-and-configurations-crate.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.
