Intune
-
Troubleshooting - Intune synchronization: Azure AD Joined: NO or Domain not Joined
Some computers may have problems not being associated with the FI Group domain. As in the image below: If you have this error and your computer has been connect to the Hybrid AD (Azure AD Intune / Entra Portal and On Premises Active Directory), you must follow this steps: 1. Open the task manager as Administrator: 2. Go to the following path: Task Scheduler Library > Microsoft > Windows > Workplace Join: 3. Leave the Automatic-Device-Join and Device-Sync tasks disabled (Or if the Sync task is disabled currently, you can only enable them): 4. Run the CMD as Administrator and excute the command: dsregcmd /status, if the AzureAD Joined is YES check the endpoint portal: https://endpoint.microsoft.com 4.1 If the status show Azure AD Joined: NO, execute the following steps: Open the Configurations, go to the Accounts > Access Work or School and disconnect the cuurent user account. 4.2 Run the Powershell with Administrator rights and put the following command: if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin After this, open the CMD as Adminsitrator and execute the dsregcmd /forcerecovery, enter the user credentials and restart the computer, when you return and execute the dsregcmd /status again you will show the Azure AD Joined: YES
-
Synchronization problems with Intune applications.
Synchronization problems with Intune applications. Check that the computer has Administrator permissions, when opening CMD>right click and the credentials window is displayed (it is usually common in computers enrolled with WDS). If it does not ask for credentials, you must activate it, from "local security policies". ------------- Problemas de sincronización con aplicaciones de Intune. Comprobar de que equipo tenga permisos de Administrador, al abrir el CMD>clic derecho y se despliegue la ventana de credenciales. (Suele ser común en equipos enrolados con WDS) Si no pide credenciales, se debe activar, desde “directivas de seguridad local” Then we do a cmd>dsregcmd /status Check the IsuserAzureAD field: YES -------------------------------------------------- Luego realizamos un cmd>dsregcmd /status Comprobar el campo IsuserAzureAD: YES If it appears to be missing, you should perform the troubleshooting from the following link. https://es-helpdesk.fi-group.com/a/solutions/articles/26000123833?language=en After this, the computer is ready to automatically synchronize and update versions. ------------------------------------------ Si aparece que no está, se debe realiza la resolución de problema del siguiente enlace. https://es-helpdesk.fi-group.com/a/solutions/articles/26000123833?language=en Luego de esto,el equipo esta listo para sincronizar automaticamente y actualizar las versiones.