CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune resource of the CIPP API to list Intune scripts. It is useful for administrators who need to retrieve and manage Intune scripts within their Microsoft Intune environment. For example, it can be used to automate the retrieval of all Intune scripts for auditing or deployment purposes.

Use Case Examples

  1. An IT administrator uses this node to list all Intune scripts available in their tenant to review and update them as needed.
  2. A workflow automates the process of fetching Intune scripts to integrate with other management tools or reporting systems.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Intune scripts for the correct tenant context.
Request Options Settings to customize the HTTP request behavior, including batching of requests, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • scripts - An array of Intune scripts retrieved from the tenant, containing details about each script.

Dependencies

  • Requires an API key credential for authentication to the CIPP API, specifically for accessing Intune resources.

Troubleshooting

  • Common issues include incorrect tenant filter values leading to no scripts being returned.
  • SSL certificate validation errors if the 'Ignore SSL Issues' option is not enabled when using self-signed certificates.
  • Timeout errors if the server response is slow; can be mitigated by increasing the timeout setting.
  • Proxy misconfiguration can prevent successful API requests.

Links

Discussion