You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
Feature 21955 - Manage the local administrators on Microsoft Entra joined devices (#708)
* rewrote the assessment logic as per new spec
* added missing db param
* removed old portal link
* updated table header links
* Updated db query for consistency
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fixed grammatical mistake in md file
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* added variable for portal link
* updated license and table headers
* used deviceLocalAdminRoleId in building portal link
* handled empty string upn while displaying the output
* used tenantid to build portal link
* Fix markdown table formatting in Test-Assessment.ps1
* updated code to skip when intune license is present
* Trigger validation with current main
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aleksandar Nikolić <alexandair@live.com>
When local administrators on Microsoft Entra joined devices aren't properly managed, threat actors with compromised credentials can execute device takeover attacks by removing organizational administrators and disabling the device's connection to Microsoft Entra. This lack of control results in complete loss of organizational control, creating orphaned assets that can't be managed or recovered.
1
+
When local administrators on Microsoft Entra joined devices are not managed by the organization, threat actors who could compromise user accounts can execute device takeover attacks that result in permanent loss of organizational control. Threat actors can leverage compromised account credentials to perform account manipulation by removing all organizational administrators from the device’s local administrators, including the global administrators who normally retain management access. Once threat actors do that, they can modify user account control settings and disable the device's connection to Microsoft Entra, effectively severing the cloud management channel. This attack progression results in a complete device takeover where organizational global administrators lose all administrative pathways to regain control. The device becomes an orphaned asset that cannot be managed anymore.
2
2
3
3
**Remediation action**
4
4
5
-
-[Manage the local administrators on Microsoft Entra joined devices](https://learn.microsoft.com/entra/identity/devices/assign-local-admin?wt.mc_id=zerotrustrecommendations_automation_content_cnl_csasci#manage-the-microsoft-entra-joined-device-local-administrator-role)
5
+
-[Manage the local administrators on Microsoft Entra joined devices](https://learn.microsoft.com/en-us/entra/identity/devices/assign-local-admin)
0 commit comments