Microsoft Intune connector Thinklet

This page outlines parameters to use when configuring Thinklets with Microsoft Intune.

Refer to the Permissions section in the Microsoft documentation to view the required authorizations.

Action: Get device enrollment state

The Nexthink Workflow connector Thinklet Get device enrollment state is designed to check whether Intune manages a device and to retrieve Intune device properties. These properties include the managed device ID, enrollment type, enrollment date and time, and ownership type.

The Thinklet relies on the Get managedDevice API endpoint provided by Microsoft Graph.

  • Parameters

    • Device name: The device whose properties you want to get.

  • Outputs:

    • ID: A managed device ID indicating that the device exists in Intune.

    • Enrollment type: Indicates the type of device enrollment, such as user-driven enrollment, Entra ID enrollment, or other.

    • Enrollment date and time: Time and date the device was enrolled in Intune.

    • Ownership type: Indicates whether this device belongs to an individual, a company, or an unknown person.

Action: Get device compliance state

The Nexthink Workflow Thinklet Get Device Compliance Status connector is designed to retrieve a managed device's compliance status and details. These details include the device compliance state and device encryption state.

The Thinklet relies on the Get managedDevice API endpoint provided by Microsoft Graph.

  • Parameters:

    • Device name: The device whose properties you want to get.

  • Outputs:

    • Device compliance state: Indicates whether the device complies with Intune policies.

    • Device encryption state: Indicates whether the device is encrypted

Refer to the Configuring Connector Thinklet documentation for more information about connectors Thinklets.

Last updated