How to enable device that has no access in azure active directory?

Veinos Igcalinos 6 Reputation points
2022-07-16T11:24:16.19+00:00

I already downloaded the microsoft 365 using my account, but I cannot use it since my device is disabled. I tried using Azure Active directory to enable my device but I do not have access to it. My admin provider do not answer nor help me in this case of mine. Hope you can help me. Thank you

Microsoft Security Microsoft Entra Microsoft Entra ID
{count} vote

1 answer

Sort by: Most helpful
  1. Sandeep G-MSFT 20,906 Reputation points Microsoft Employee Moderator
    2022-07-20T13:33:08.523+00:00

    @Veinos Igcalinos

    Thank you for posting your question on Microsoft Q&A.

    If your device is disabled, then only your admin can re-enable the device. There will be multiple admins in your organization.
    You can follow below steps to check the admins,

    • Open Windows PowerShell as administrator.
    • Run command “Install-Module azuread”
    • Once installed you can run command “Connect-AzureAD” and enter user credentials once it asks for.
    • Once you login, you can run command “Get-AzureADDirectoryRole”.
    • From the output you can copy the object ID of Global administrator
    • Run command “Get-AzureADDirectoryRoleMember -ObjectId "Paste the object ID of global admin that was copied earlier"
    • You will get the list of users with global admin role assigned.

    Now you can contact any global admin from the list and the admin can go to Azure Active Directory > Devices > select the checkmark next to the device > Enable in the Azure portal.

    222781-image.png

    Let me know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

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.