Autopilot Device

Haiko Rüther (Admin) 20 Reputation points
2024-11-28T11:50:08.95+00:00

An Autopilot device cannot be deleted. It no longer exists under Registered Devices. In Azure AD, however, it still looks like an Autopilot device.

Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
480 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,364 questions
0 comments No comments
{count} votes

Accepted answer
  1. S.Sengupta 21,061 Reputation points MVP
    2024-11-28T12:25:44.0233333+00:00

    It seems there is a synchronization issue between the Azure AD and your local device management.

    Check the device status in different management consoles like-Intune, Microsoft 365 Admin Center, Azure AD.

    Confirm if the device is truly deleted or just hidden.

    Open PowerShell as Administrator and copy-paste the following command:

    Get-AzureADDevice

    Remove-AzureADDevice -ObjectId <DeviceObjectId>

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.