Actions129
- Calendar Permission Actions
- CIPP Administration Actions
- Execute API Client (GET)
- Execute Auto Backup
- Execute Extension Mapping (GET)
- Execute Extension Mapping (POST)
- Execute Extension Sync
- Execute Extensions Config
- Execute Password Config (POST)
- Execute Restore Backup
- Execute Run Backup
- List Custom Roles
- List Extension Sync
- List Logs
- List Scheduled Items
- Remove Scheduled Item
- Execute API Client (POST)
- Execute Extension Test
- Execute Password Config (GET)
- List Backups
- List Function Parameters
- Group Actions
- Intune Actions
- Add MSP App
- Add Office App
- Add Policy
- Add Store App
- Assign App
- Assign Autopilot Device
- Device Action
- Get Recovery Key
- List Applications
- List Application Queue
- List Autopilot Config
- List Devices
- List Intune Scripts
- List Intune Templates
- Remove Autopilot Device
- Remove Policy
- Remove Queued App
- Add Choco App
- Add WinGet App
- Assign Policy
- Get Local Admin Password
- List Autopilot Devices
- List Intune Policies
- Remove App
- Remove Intune Script
- Sync Autopilot Devices
- License Actions
- Security & Compliance Actions
- Teams & SharePoint Actions
- Tenant Actions
- Add Alert
- Clear Tenant Cache
- Execute CA Exclusion
- Execute Named Location
- Get Tenant
- List Alerts Queue
- List Azure AD Connect Status
- List Conditional Access Policies
- List Named Locations
- List Shared Mailbox Statistics
- List Standards
- List Tenants
- Remove Standard Template
- Add Named Location
- Edit Tenant
- Execute Standards Run
- List Audit Logs
- List CSP Licenses
- List Roles
- List Standard Templates
- Tool Actions
- User Actions
- Add User
- Exec Restore Deleted User
- List User
- List User Conditional Access Policies
- List User Groups
- Clear Immutable ID
- Create Temporary Access Password
- Delete User Device
- Dismiss Risky User
- List Deleted Items
- List Inactive Accounts
- List Sign-Ins
- Remove User
- Reset MFA
- Restore Deleted Item
- Revoke Sessions
- Set Email Forward
- Set Per-User MFA
- List All Users
- List User Counts
- List User Devices
- Convert Mailbox
- Disable User
- Enable Archive
- List MFA Users
- Offboard User
- Reset Password
- Send MFA Push
- Set Out of Office
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
- Retrieve all Intune policies for a tenant to review current configurations.
- Automate the extraction of policy details for compliance reporting.
- 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
- Microsoft Intune Policies Documentation - Official Microsoft documentation on Intune policies, their types, and management.
- What is Microsoft Intune? - Overview of Microsoft Intune and its capabilities for device and application management.