Ga naar de inhoud

Maand: december 2023

Active Directory Sync met Microsoft Entra

Om de on-prem Active Directory handmatig in sync te brengen met Microsoft Entra ID kun je het onderstaande commando uitvoeren. Dit is een proces wat standaard elke 20 minuten draait maar soms is het handig om dit sneller af te trappen. Bijvoorbeeld na het toevoegen van gebruikers in een Entra Groep voor een licentie bijvoorbeeld.

Start op een Active Directory Server PowerShell als beheerder en voer de volgende commando’s uit.

Import-Module ADSync
Start-ADSyncSyncCycle -PolicyType Delta

Intune Diagnostics

Met intune is het soms nodig om wat dieper te graven dan je zou willen. Hieronder een aantal tools om dit makkelijker te maken.

Get-AutopilotDiagnostics

install-script -Name Get-AutopilotDiagnostics 
Get-AutopilotDiagnostics 
https://www.powershellgallery.com/packages/Get-AutopilotDiagnostics/5.6

Get-IntuneManagementExtensionDiagnostics

install-script -Name Get-IntuneManagementExtensionDiagnostics
Get-IntuneManagementExtensionDiagnostics
https://github.com/petripaavola/Get-IntuneManagementExtensionDiagnostics
Copyright Ronald van Heugten 1990 - 2026