Force a Azure AD Sync synchronization with PowerShell

Hello,

You can force a Azure AD Sync synchronization from PowerShell with that oneliner :

Get-ScheduledTask -TaskName "Azure AD Sync Scheduler" | Start-ScheduledTask

You can do that remotely thanks to the “-CimSession” parameter.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.