MT.1090 - Global administrator role should not be added as local administrator on the device during Microsoft Entra join
Overviewβ
The 'Global administrator role is added as local administrator on the device during Microsoft Entra join' setting determines if Microsoft Entra Global Administrator role is added to the local administrators group. This setting applies only once during the actual registration of the device as Microsoft Entra join.
Remediation actionβ
Within the Entra Portal - Device Settings set 'Global administrator role is added as local administrator on the device during Microsoft Entra join' to No. To remediate existing devices, you need to create an Intune account policy, overriding the built-in Windows Administrators group.
Related linksβ
Test Metadataβ
| Field | Value |
|---|---|
| Test ID | MT.1090 |
| Severity | Medium |
| Suite | M365 Advisor |
| Category | Entra |
| PowerShell test | Test-MtDeviceRegistrationLocalAdminsGlobalAdmin |
| Tags | Device, Entra, MT.1090 |
Remediationβ
Within the Entra Portal - Device Settings set 'Global administrator role is added as local administrator on the device during Microsoft Entra join' to No. To remediate existing devices, you need to create an Intune account policy, overriding the built-in Windows Administrators group.
Related Linksβ
Sourceβ
- Pester test:
tests/M365Advisor/Entra/Test-MtEntraDeviceRegistrationPolicy.Tests.ps1 - PowerShell source:
powershell/public/M365Advisor/entra/Test-MtDeviceRegistrationLocalAdminsGlobalAdmin.ps1