Forum Discussion
Dr_Snooze
May 10, 2023Brass Contributor
Is it really impossible to force an Intune sync from the command line?
Is it really not possible to force an Intune sync on a client computer from the command line? It seems like such a simple thing to do. Rather than make me dig 3 subpages deep to click a button, just ...
Bogdan_Guinea
Jul 13, 2025Iron Contributor
Hy,
If still necessary, I use this as a remediation, here the One Liner:
Start-Process -FilePath "C:\Program Files (x86)\Microsoft Intune Management Extension\Microsoft.Management.Services.IntuneWindowsAgent.exe" -ArgumentList "intunemanagementextension://synccompliance" -PassThru -ErrorAction Stop
Good luck!