CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune service to retrieve the local administrator password for a specified device within a tenant. It is useful in scenarios where IT administrators need to access the local admin password of managed devices for troubleshooting or administrative purposes. For example, an admin can input the tenant's default .onmicrosoft.com name and the device ID to fetch the local admin password securely.

Use Case Examples

  1. Retrieve the local admin password for a device in a specific tenant to perform maintenance or troubleshooting.
  2. Automate the process of fetching local admin passwords for devices managed under an organization's Intune tenant.

Properties

Name Meaning
Tenant Filter The default .onmicrosoft.com tenant name used to filter the request to the correct Intune tenant.
Device ID The unique identifier of the device for which the local admin password is requested.
Request Options Additional settings for the request such as batching, SSL certificate validation, proxy configuration, and timeout settings.

Output

JSON

  • localAdminPassword - The retrieved local administrator password for the specified device.
  • deviceId - The unique identifier of the device for which the password was retrieved.
  • tenantFilter - The tenant filter used to specify the Intune tenant context.

Dependencies

  • Requires an API key or OAuth2 credentials to authenticate with the Intune API.

Troubleshooting

  • Ensure the Tenant Filter is correctly specified as the default .onmicrosoft.com name; incorrect tenant names will cause authentication or data retrieval failures.
  • Verify the Device ID is accurate and corresponds to a device managed in the specified tenant; invalid device IDs will result in errors or empty responses.
  • Check network settings if using a proxy or if SSL certificate validation is disabled; misconfiguration can cause request failures.
  • Timeout errors may occur if the server is slow to respond; consider increasing the timeout setting in request options.

Discussion