Force DirSync Sync

Use DirSync to force a sync.

John Savill

June 26, 2014

1 Min Read
PowerShell command prompt

Q: I'm using Azure DirSync; how can I force a synchronization?

A: By default, DirSync will run every 3 hours. However, you can use PowerShell to force a synchronization, as follows:

PS C:Program FilesWindows Azure Active Directory SyncDirSync> .ImportModules.ps1PS C:Program FilesWindows Azure Active Directory SyncDirSync> Start-OnlineCoexistenceSync

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like