Thursday, 10 October 2024
Azure AD How To's Microsoft 365 Microsoft Defender Microsoft Intune

How to Get Device ID from Intune and Entra ID

You need to add a widget, row, or prebuilt layout before you’ll see anything here. 🙂

Managing devices efficiently is crucial for IT administrators. Knowing how to retrieve device IDs from both Microsoft Intune and Entra ID can streamline various administrative tasks. This blog post will guide you through the steps to get device IDs from these platforms.

Getting Device ID from Microsoft Intune

  1. Log in to the Intune Admin Center:
    • Navigate to Microsoft Intune Admin Center and log in with your credentials.
  2. Access the Devices Section:
    • In the left-hand menu, click on Devices.
  3. Select the Device:
    • Browse or use the search bar to find the device you need the ID for. Click on the device name to open its details page.
  4. Locate the Device ID:

Getting Device ID from Entra ID

  1. Log in to the Entra Admin Center:
    • Navigate to Microsoft Entra Admin Center and log in with your credentials.
  2. Go to the Devices Section:
    • In the left-hand menu, click on Identity and then select Devices.
  3. Find the Device:
    • Browse or use the search bar to locate the device. Click on the device name to open its details page.
  4. Copy the Device ID:
Get-EntraDevice -ObjectId "<DeviceObjectId>"

Replace <DeviceObjectId> with the actual Object ID of the device.

Important Considerations

  • Permissions: Ensure you have the necessary permissions to access device details in both Intune and Entra ID.
  • Accuracy: Double-check the Device ID to ensure it matches the device you are managing.

By following these steps, you can easily retrieve device IDs from both Microsoft Intune and Entra ID, making your device management tasks more efficient. If you have any questions or need further assistance, feel free to leave a comment below!


I hope this guide helps you with retrieving device IDs from Intune and Entra ID. If you have any questions or run into issues, don’t hesitate to ask!

Post Comment