Share via

enable a devices in microsoft

Saif Ullah Zubair 0 Reputation points
2026-02-20T03:06:51.9+00:00

how enable device microsoft edge

i have disable device in mircosoft edge.now i want to enable it

Microsoft Security | Microsoft Authenticator
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-20T03:06:58.8+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To enable a device in Microsoft Edge after it has been disabled, you will need to follow the steps outlined for managing devices. However, the specific steps for enabling a device in Microsoft Edge are not detailed in the provided context. Generally, enabling a device would involve accessing the device management settings in the Microsoft Entra admin center or using PowerShell commands if applicable.

    If you are looking to enable a device using PowerShell, you can use the Set-EntraDevice cmdlet and set the -AccountEnabled property to true. Here’s a brief example:

    Connect-Entra -Scopes 'Device.ReadWrite.All'  
    Set-EntraDevice -ObjectId 'your-device-object-id' -AccountEnabled $true
    

    Make sure you have the necessary permissions as an Intune Administrator or Cloud Device Administrator to perform these actions.


    References:

    0 comments No comments

Your answer

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