CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node operation lists Intune policies within a specified tenant in Microsoft Intune. It is useful for administrators who need to retrieve and manage device and application policies configured in their Intune environment. For example, it can be used to audit existing policies, automate policy management workflows, or integrate policy data into other systems.

Use Case Examples

  1. Retrieve all Intune policies for a tenant to review current configurations.
  2. Automate the extraction of policy details for compliance reporting.
  3. Integrate Intune policy data into a custom dashboard for IT management.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Intune policies for the correct tenant context.
Policy Type Specifies the type of Intune policy to list, such as ESP (Enrollment Status Page) policies.
Request Options Advanced request settings including batching of requests, SSL certificate validation bypass, proxy configuration, and request timeout settings.

Output

JSON

  • policies - An array of Intune policy objects retrieved from the tenant, each representing a specific policy with its details.

Dependencies

  • Requires an API key credential for authentication to the CIPP API, which interfaces with Microsoft Intune services.

Troubleshooting

  • Ensure the Tenant Filter is correctly set to the tenant's .onmicrosoft.com domain to avoid empty or unauthorized responses.
  • Verify that the API key credential is valid and has sufficient permissions to access Intune policies.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if network requests fail due to connectivity issues.
  • Adjust timeout settings if the server response is slow to prevent premature request termination.

Links

Discussion