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.
Use DirSync to force a sync.
June 26, 2014
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
You May Also Like